pub(crate) fn compute_row_counts(
offset_index: &[PageLocation],
rows: i64,
) -> Vec<i64>
Expand description
Computes the number of rows in each page within a column chunk
pub(crate) fn compute_row_counts(
offset_index: &[PageLocation],
rows: i64,
) -> Vec<i64>
Computes the number of rows in each page within a column chunk