Crate glaredb_ext_parquet
Source - basic
- Contains Rust mappings for Thrift definition.
Refer to
parquet.thrift file to see raw definitions. - bloom_filter
- Bloom filter implementation specific to Parquet, as described
in the spec.
- column
- Low level column reader and writer APIs.
- data_type
- Data types that connect Parquet physical types with their Rust-specific
representations.
- extension
- format
- See [
crate::file] for easier to use APIs. - functions
- metadata
- Parquet metadata structures
- page
- Sane page types.
- reader
- schema
- Parquet schema definitions and methods to print and parse schema.
- thrift
- Custom thrift definitions