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