alamb commented on code in PR #6042:
URL: https://github.com/apache/arrow-rs/pull/6042#discussion_r1673813616
##########
parquet/src/file/page_index/index.rs:
##########
@@ -25,14 +25,17 @@ use crate::format::{BoundaryOrder, ColumnIndex};
use crate::util::bit_util::from_le_slice;
use std::fmt::Debug;
-/// PageIndex Statistics for one data page, as described in [Column Index].
+/// Statistics for one data page
+///
+/// This structure is the parsed representation of the [`ColumnIndex`] from the
Review Comment:
I always find the naming of this structure confusing (as the `PageIndex`
Rust structure is the stored in the `ColumnIndex` thrift structure 🤯 )
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]