Expand description
Parquet format decoder, encoder, and schema provider (F-SCHEMA-007).
Feature-gated behind parquet-lookup. Provides:
ParquetDecoder— decodes complete Parquet file bytes into ArrowRecordBatches viaParquetRecordBatchReaderBuilderwith projection pushdown and row-group filtering.ParquetEncoder— encodes ArrowRecordBatches into Parquet file bytes with configurable compression and row-group sizing.ParquetSchemaProvider— reads Parquet file footer to extract an authoritative Arrow schema with per-field metadata.
Structs§
- Parquet
Decoder - Decodes Parquet file bytes into Arrow
RecordBatches. - Parquet
Decoder Config - Configuration for the Parquet decoder.
- Parquet
Encoder - Encodes Arrow
RecordBatches into Parquet file bytes. - Parquet
Encoder Config - Configuration for the Parquet encoder.
- Parquet
Schema Provider - Provides an Arrow schema extracted from a Parquet file’s footer.
Enums§
- RowGroup
Predicate - Predicate for row-group level filtering.