Structsยง
- RowGroup
Selection - A selection of row groups.
- RowSelection
With ๐Count - A row selection with its count.
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). - 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
. - selector_
len ๐ - Returns the length of the selectors in the selection.