fn add_or_merge_selector(
selectors: &mut Vec<RowSelector>,
count: usize,
is_skip: bool,
)
Expand description
Helper function to either add a new RowSelector
to selectors
or merge it with the last one
if they are of the same type (both skip or both select).