Crate parquet_schema

Source
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=cli

After this parquet-schema should be available:

parquet-schema XYZ.parquet

The binary can also be built from the source code and run as follows:

cargo run --features=cli --bin parquet-schema XYZ.parquet

Note that verbose is an optional boolean flag that allows to print schema only, when not provided or print full file metadata when provided.

Structs§

Functions§