Expand description
Binary that prints the physical layout of a parquet file
Alternatives to this binary include parquet-cli and parquet-viewer.
ยงInstall
parquet-layout can be installed using cargo:
cargo install parquet --features=cliAfter this parquet-layout should be available:
parquet-layout XYZ.parquetThe binary can also be built from the source code and run as follows:
cargo run --features=cli --bin parquet-layout XYZ.parquetStructsยง
- Args ๐
- Column
Chunk ๐ - Debug
Serialize ๐ - Footer ๐
- Index ๐
- Parquet
File ๐ - RowGroup ๐