pub fn compute_page_row_intervals( locations: &[PageLocation], num_rows: usize ) -> Result<Vec<Interval>, Error>
Returns the set of (row) intervals of the pages.