Skip to main content

scanned_row_group_bytes

Function scanned_row_group_bytes 

Source
fn scanned_row_group_bytes(
    parquet_meta: &ParquetMetaData,
    row_groups: &[usize],
) -> u64
Expand description

Sums the compressed byte size of the selected row groups, used as the denominator for scan throughput so partial-row-group benchmarks aren’t measured against the whole file.