Expand description
Binary file to return the number of rows found from Parquet file(s).
§Install
parquet-rowcount can be installed using cargo:
cargo install parquet --features=cliAfter this parquet-rowcount should be available:
parquet-rowcount XYZ.parquetThe binary can also be built from the source code and run as follows:
cargo run --features=cli --bin parquet-rowcount XYZ.parquet ABC.parquet ZXC.parquetNote that parquet-rowcount reads full file schema, no projection or filtering is
applied.
Structs§
- Args 🔒
Functions§
- main 🔒