Skip to main content

Crate parquet_layout

Crate parquet_layout 

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

After this parquet-layout should be available:

parquet-layout XYZ.parquet

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

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

Structsยง

Args ๐Ÿ”’
ColumnChunk ๐Ÿ”’
DebugSerialize ๐Ÿ”’
Footer ๐Ÿ”’
Index ๐Ÿ”’
ParquetFile ๐Ÿ”’
RowGroup ๐Ÿ”’

Functionsยง

do_layout ๐Ÿ”’
main ๐Ÿ”’