Expand description
Contains reader which reads parquet data into arrow RecordBatch
Modules§
- metrics
- ArrowReaderMetrics for collecting metrics about the Arrow reader
- statistics
StatisticsConverterto convert statistics in parquet format to arrowArrayRef.
Structs§
- Arrow
Predicate Fn - An
ArrowPredicatecreated from anFnMutand aProjectionMask - Arrow
Reader Builder - Builder for constructing Parquet readers that decode into Apache Arrow arrays.
- Arrow
Reader Metadata - The metadata necessary to construct a
ArrowReaderBuilder - Arrow
Reader Options - Options that control how
ParquetMetaDatais read when constructing an Arrow reader. - Parquet
Record Batch Reader - Reads Parquet data as Arrow
RecordBatches - Read
Plan - A plan reading specific rows from a Parquet Row Group.
- Read
Plan Builder - A builder for
ReadPlan - RowFilter
- Filter applied during the parquet read process
- RowSelection
RowSelectionallows selecting or skipping a provided number of rows when scanning the parquet file.- RowSelector
RowSelectionis a collection ofRowSelectorused to skip rows when scanning a parquet file
Enums§
- RowSelection
Cursor - Cursor for iterating a
RowSelectionduring execution within aReadPlan. - RowSelection
Policy - Policy for picking a strategy to materialise
RowSelectionduring execution.
Traits§
- Arrow
Predicate - A predicate operating on
RecordBatch - RowGroups
- Interface for reading data pages from the columns of one or more RowGroups.
Type Aliases§
- Parquet
Record Batch Reader Builder - Creates
ParquetRecordBatchReaderfor reading Parquet files into ArrowRecordBatches