Function arrow2::io::parquet::read::indexes::compute_page_row_intervals

source ·
pub fn compute_page_row_intervals(
    locations: &[PageLocation],
    num_rows: usize
) -> Result<Vec<Interval>, Error>
Expand description

Returns the set of (row) intervals of the pages.