Expand description
Binary file to read bloom filter data from a Parquet file.
ยงInstall
parquet-show-bloom-filter can be installed using cargo:
cargo install parquet --features=cliAfter this parquet-show-bloom-filter should be available:
parquet-show-bloom-filter XYZ.parquet id aThe binary can also be built from the source code and run as follows:
cargo run --features=cli --bin parquet-show-bloom-filter -- --file-name XYZ.parquet --column id --values aStructsยง
- Args ๐
Functionsยง
- check_
filter ๐ - main ๐