Skip to content

Commit aac002e

Browse files
committed
rewrite the document
1 parent 38fa9e9 commit aac002e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/array/statistics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct ARROW_EXPORT ArrayStatistics {
8383
/// and when set to `double`, it represents `approximate_distinct_count`.
8484
std::optional<CountType> distinct_count = std::nullopt;
8585

86-
/// \brief The maximum length in bytes among the rows of an array, may not be set
86+
/// \brief The maximum length in bytes of the rows in an array; may not be set
8787
/// Note: when the type is `int64_t`, it represents `max_byte_width_exact`,
8888
/// and when the type is `double`, it represents `max_byte_width_approximate`.
8989
std::optional<SizeType> max_byte_width = std::nullopt;

0 commit comments

Comments
 (0)