Expand description
APIs to handle Parquet <-> Arrow schemas.
Re-exports§
pub use crate::parquet::metadata::FileMetadata;
pub use crate::parquet::metadata::SchemaDescriptor;
pub use crate::parquet::schema::types::ParquetType;
Structs§
- Wrapper struct to store key values
- Options when inferring schemas from Parquet
Functions§
- Infers a
ArrowSchema
from parquet’sFileMetadata
. - Like
infer_schema
but with configurable options which affects the behavior of inference - Converts
ParquetType
s to aField
, ignoring parquet fields that do not contain any physical column. - Like
parquet_to_arrow_schema
but with configurable options which affect the behavior of schema inference - Reads an arrow schema from Parquet’s file metadata. Returns
None
if no schema was found.