viirya commented on code in PR #3625:
URL: https://github.com/apache/arrow-rs/pull/3625#discussion_r1090030529


##########
parquet/src/file/metadata.rs:
##########
@@ -277,6 +298,8 @@ impl RowGroupMetaData {
     }
 
     /// Returns reference of page offset index of all column in this row group.
+    ///
+    /// The returned vector contains 
`page_offset[column_number][row_group_number]`

Review Comment:
   Hmm, I think the returned vector is page offset index for 
`[column_number][page_number]` in this row group?



-- 
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]

Reply via email to