Expand description
Binary file to read data from a Parquet file.
ยงInstall
parquet-read
can be installed using cargo
:
cargo install parquet --features=cli
After this parquet-read
should be available:
parquet-read XYZ.parquet
The binary can also be built from the source code and run as follows:
cargo run --features=cli --bin parquet-read XYZ.parquet
Note that parquet-read
reads full file schema, no projection or filtering is
applied.
Structsยง
- Args ๐