Expand description
Wrapper around ParquetObjectreader to provide ParquetMetaData, reading footers from the ObjectStore through a cache-backed reader
Structs§
- Parquet
Reader - Reads a parquet file’s bytes and metadata directly from its
object_store(which may itself be L1-cache-backed, seeobject_cache::l1_wrap) and a sharedMetadataCache. - Reader
Factory - A custom [
ParquetFileReaderFactory] that handles opening parquet files from object storage, and loads metadata on-demand.