Expand description
Parquet reader.
Structsยง
- Parquet batch reader to read our SST format.
- Parquet SST reader builder.
- Reader
Filter ๐Metrics Metrics of filtering rows groups and rows. - Reader
Metrics ๐Parquet reader metrics. - RowGroup
Reader ๐Base Reader to read a row group of a parquet file. - Builder to build a [ParquetRecordBatchReader] for a row group.
- Simple
Filter ๐Context Context to evaluate the column filter.
Enumsยง
- Reader
State ๐The state of a ParquetReader.
Traitsยง
- RowGroupReaderContext represents the fields that cannot be shared between different
RowGroupReader
s.
Type Aliasesยง
- RowGroup
Map ๐ - RowGroup
Reader ๐RowGroupReader that reads from [FileRange].