Expand description
async API for reading Parquet files as [RecordBatch]es
See the crate-level documentation for more details.
See example on ParquetRecordBatchStreamBuilder::new
Modules§
Structs§
- Parquet
Object Reader - Reads Parquet files in object storage using [
ObjectStore]. - Parquet
Record Batch Stream - An asynchronous
Streamof [RecordBatch] constructed usingParquetRecordBatchStreamBuilderto read parquet files.
Enums§
- Request
State 🔒 - State machine that tracks outstanding requests to fetch data
Traits§
- Async
File Reader - The asynchronous interface used by
ParquetRecordBatchStreamto read parquet files - Metadata
Fetch - A data source that can be used with
ParquetMetaDataReaderto loadParquetMetaData - Metadata
Suffix Fetch - A data source that can be used with
ParquetMetaDataReaderto loadParquetMetaDatavia suffix requests, without knowing the file size
Type Aliases§
- Parquet
Record Batch Stream Builder - A builder for reading parquet files from an
asyncsource asParquetRecordBatchStream