Module parquet::arrow::arrow_reader
source · Expand description
Contains reader which reads parquet data into arrow RecordBatch
Modules§
StatisticsConverter
to convert statistics in parquet format to arrowArrayRef
.
Structs§
- An
ArrowPredicate
created from anFnMut
- Builder for constructing parquet readers into arrow.
- The metadata necessary to construct a
ArrowReaderBuilder
- Options that control how metadata is read for a parquet file
- An
Iterator<Item = ArrowResult<RecordBatch>>
that yieldsRecordBatch
read from a parquet data source - Filter applied during the parquet read process
RowSelection
allows selecting or skipping a provided number of rows when scanning the parquet file.RowSelection
is a collection ofRowSelector
used to skip rows when scanning a parquet file
Traits§
- A predicate operating on
RecordBatch
- A collection of row groups
Type Aliases§
- A synchronous builder used to construct
ParquetRecordBatchReader
for a file