pub fn compute_page_row_intervals(
locations: &[PageLocation],
num_rows: usize
) -> Result<Vec<Interval>, ParquetError>
Available on crate feature
io_parquet
only.Expand description
Returns the set of (row) intervals of the pages.