Module row_selection

Source

Functionsยง

add_or_merge_selector ๐Ÿ”’
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).
intersect_row_selections ๐Ÿ”’
Intersects two RowSelections.
row_selection_from_row_ranges ๐Ÿ”’
Converts an iterator of row ranges into a RowSelection by creating a sequence of RowSelectors.
row_selection_from_sorted_row_ids ๐Ÿ”’
Converts an iterator of sorted row IDs into a RowSelection.