Skip to content

Parquet Dataset API #316

@kylebarron

Description

@kylebarron
/// Reader interface for a collection of Parquet files.
#[pyclass(module = "arro3.io", frozen)]
pub struct ParquetDataset {
    parquet_meta: ArrowReaderMetadata,
    files: HashMap<object_store::path::Path, ArrowReaderMetadata>,
    schema: SchemaRef,
    store: Arc<dyn ObjectStore>,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions