Expand description
Binary file to rewrite parquet files.
ยงInstall
parquet-rewrite
can be installed using cargo
:
cargo install parquet --features=cli
After this parquet-rewrite
should be available:
parquet-rewrite -i XYZ.parquet -o XYZ2.parquet
The binary can also be built from the source code and run as follows:
cargo run --features=cli --bin parquet-rewrite -- -i XYZ.parquet -o XYZ2.parquet
Structsยง
- Args ๐
Enumsยง
- Compression
Args ๐ - Writer
Version ๐Args
Functionsยง
- main ๐