emkornfield commented on code in PR #34054:
URL: https://github.com/apache/arrow/pull/34054#discussion_r1157974412
##########
cpp/src/parquet/column_page.h:
##########
@@ -64,33 +65,39 @@ class DataPage : public Page {
Encoding::type encoding() const { return encoding_; }
int64_t uncompressed_size() const { return uncompressed_size_; }
const EncodedStatistics& statistics() const { return statistics_; }
+ std::optional<int64_t> first_row_index() const { return first_row_index_; }
Review Comment:
could we add some docs on when this is expected to be present, what it is
(and it is relative to RowGroup or complete file?
--
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]