Expand description
async API for reading Parquet files as RecordBatches
See the crate-level documentation for more details.
See example on ParquetRecordBatchStreamBuilder::new
Structs§
- Parquet
Record Batch Stream - An asynchronous
StreamofRecordBatchconstructed usingParquetRecordBatchStreamBuilderto read parquet files.
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