pub(super) fn scan_ranges_from_selectors<I>(
selectors: I,
page_locations: &[PageLocation],
) -> Vec<Range<u64>>where
I: IntoIterator<Item = RowSelector>,Expand description
Byte ranges of the data pages containing at least one selected row.