Crate parquet_rowcount

Source
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=cli

After this parquet-rowcount should be available:

parquet-rowcount XYZ.parquet

The 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.parquet

Note that parquet-rowcount reads full file schema, no projection or filtering is applied.

Structs§

Functions§