Expand description
Binary file to rewrite parquet files.
ยงInstall
parquet-rewrite can be installed using cargo:
cargo install parquet --features=cliAfter this parquet-rewrite should be available:
parquet-rewrite -i XYZ.parquet -o XYZ2.parquetThe 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.parquetStructsยง
- Args ๐
Enumsยง
- Bloom
Filter ๐Position Args - Compression
Args ๐ - Enabled
Statistics ๐Args - Encoding
Args ๐ - Writer
Version ๐Args
Functionsยง
- compression_
from_ ๐args - main ๐