Functionsยง
- Helper function to either add a new
RowSelector
toselectors
or merge it with the last one if they are of the same type (both skip or both select). - Intersects two
RowSelection
s. - Converts an iterator of row ranges into a
RowSelection
by creating a sequence ofRowSelector
s. - Converts an iterator of sorted row IDs into a
RowSelection
.