We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73f047 commit 38fa9e9Copy full SHA for 38fa9e9
cpp/src/arrow/array/statistics.h
@@ -84,8 +84,8 @@ struct ARROW_EXPORT ArrayStatistics {
84
std::optional<CountType> distinct_count = std::nullopt;
85
86
/// \brief The maximum length in bytes among the rows of an array, may not be set
87
- /// \Note When the type is `int64_t`, it represents `max_byte_width_exact`,
88
- /// and when the type is `double`, it represents `max_byte_width_approximate`.
+ /// Note: when the type is `int64_t`, it represents `max_byte_width_exact`,
+ /// and when the type is `double`, it represents `max_byte_width_approximate`.
89
std::optional<SizeType> max_byte_width = std::nullopt;
90
91
/// \brief The average size in bytes of a row in an array, may not be set.
0 commit comments