Expand description
Binary file to print the schema and metadata of a Parquet file.
§Install
parquet-schema can be installed using cargo:
cargo install parquet --features=cliAfter this parquet-schema should be available:
parquet-schema XYZ.parquetThe binary can also be built from the source code and run as follows:
cargo run --features=cli --bin parquet-schema XYZ.parquetNote that verbose is an optional boolean flag that allows to print schema only,
when not provided or print full file metadata when provided.
Structs§
- Args 🔒
Functions§
- main 🔒