fn scanned_row_group_bytes(
parquet_meta: &ParquetMetaData,
row_groups: &[usize],
) -> u64Expand 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.