tustvold commented on code in PR #4307:
URL: https://github.com/apache/arrow-rs/pull/4307#discussion_r1209565325
##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -420,6 +417,30 @@ impl ParquetRecordBatchReader {
.build()
}
+ /// Create a new [`ParquetRecordBatchReader`] from the provided
[`RowGroups`]
+ ///
+ /// Note: this is a low-level interface see
[`ParquetRecordBatchReader::try_new`] for a
+ /// higher-level interface for reading parquet data from a file
+ pub fn try_new_with_row_groups(
Review Comment:
This lets you construct a `ParquetRecordBatchReader` from an arbitrary
source of pages
--
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]