Expand description
ParquetRecordBatchStreamBuilder
: async
API for reading Parquet files as
RecordBatch
es
This can be used to decode a Parquet file in streaming fashion (without downloading the whole file at once) from a remote source, such as an object store.
See example on ParquetRecordBatchStreamBuilder::new
Structs§
- Metadata
Loader - An asynchronous interface to load
ParquetMetaData
from an async source - Parquet
Record Batch Stream - An asynchronous
Stream
ofRecordBatch
constructed usingParquetRecordBatchStreamBuilder
to read parquet files.
Traits§
- Async
File Reader - The asynchronous interface used by
ParquetRecordBatchStream
to read parquet files - Metadata
Fetch - A data source that can be used with
MetadataLoader
to loadParquetMetaData
Functions§
- fetch_
parquet_ metadata Deprecated - Fetches parquet metadata
Type Aliases§
- Parquet
Record Batch Stream Builder - A builder for reading parquet files from an
async
source asParquetRecordBatchStream