adriangb commented on code in PR #9968:
URL: https://github.com/apache/arrow-rs/pull/9968#discussion_r3250551155
##########
parquet/src/arrow/push_decoder/mod.rs:
##########
@@ -377,6 +379,100 @@ impl ParquetPushDecoder {
pub fn clear_all_ranges(&mut self) {
self.state.clear_all_ranges();
}
+
+ /// True iff the decoder is at a row-group boundary and a
Review Comment:
Added a rather extensive docstring. Let me know if it's too much.
--
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]