tustvold commented on code in PR #4151:
URL: https://github.com/apache/arrow-rs/pull/4151#discussion_r1180826153
##########
parquet/src/file/metadata.rs:
##########
@@ -565,6 +566,13 @@ impl ColumnChunkMetaData {
self.column_index_length
}
+ /// Returns the range for the offset index if any
+ pub(crate) fn column_index_range(&self) -> Option<Range<usize>> {
Review Comment:
Definitely something to consider as I iterate on these APIs
--
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]