Skip to main content

push_matched_range

Function push_matched_range 

Source
fn push_matched_range(
    matched_row_ranges: &mut Vec<Range<usize>>,
    pk_filter: &mut dyn PrimaryKeyFilter,
    pk: &[u8],
    start: usize,
    end: usize,
) -> Result<()>
Expand description

If pk_filter matches pk, records the row range start..end, coalescing it with the previous range when adjacent.