Expand description
Binary that prints the physical layout of a parquet file
ยง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 ๐
- Column
Chunk ๐ - Page ๐
- Parquet
File ๐ - RowGroup ๐
Functionsยง
- compression ๐Returns a string representation for a given compression
- do_
layout ๐ - encoding ๐Returns a string representation for a given encoding
- main ๐
- read_
page_ ๐header Reads the page header atoffset
fromreader
, returning both thePageHeader
and its length in bytes