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 Deprecated - Reads Parquet files in object storage using [
ObjectStore]. - Parquet
Record Batch Stream - An asynchronous
Streamof [RecordBatch] constructed usingParquetRecordBatchStreamBuilderto read parquet files. - Spawned
Reader - An
AsyncFileReaderthat performs I/O on a separate tokio runtime.
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