Functionsยง
- add_
or_ ๐merge_ selector - 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). - intersect_
row_ ๐selections - Intersects two
RowSelection
s. - row_
selection_ ๐from_ row_ ranges - Converts an iterator of row ranges into a
RowSelection
by creating a sequence ofRowSelector
s. - row_
selection_ ๐from_ sorted_ row_ ids - Converts an iterator of sorted row IDs into a
RowSelection
.