Function parquet2::indexes::select_pages
source · pub fn select_pages(
intervals: &[Interval],
locations: &[PageLocation],
num_rows: usize
) -> Result<Vec<FilteredPage>, Error>Expand description
Given a set of selected Intervals of rows and the set of PageLocation, returns the
a set of FilteredPage with the same number of items as locations.