Expand description
Unofficial implementation of parquet IO in Rust.
Contains [Error
]
Enums§
- Errors generated by this crate
- List of features whose non-activation may cause a runtime error. Used to indicate which lack of feature caused
Error::FeatureNotActive
.
Type Aliases§
- A specialized
Result
for Parquet errors.