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 38fa9e9 commit aac002eCopy full SHA for aac002e
cpp/src/arrow/array/statistics.h
@@ -83,7 +83,7 @@ struct ARROW_EXPORT ArrayStatistics {
83
/// and when set to `double`, it represents `approximate_distinct_count`.
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
+ /// \brief The maximum length in bytes of the rows in 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`.
89
std::optional<SizeType> max_byte_width = std::nullopt;
0 commit comments