pub fn compute_rows(
    selected: &[bool],
    locations: &[PageLocation],
    num_rows: usize
) -> Result<Vec<Interval>, Error>
Expand description

Returns the set of intervals (start, len) containing all the selected rows (for a given column)