Module selection

Source

Structsยง

RowSelection
RowSelection allows selecting or skipping a provided number of rows when scanning the parquet file.
RowSelector
RowSelection is a collection of RowSelector used to skip rows when scanning a parquet file

Functionsยง

intersect_row_selections ๐Ÿ”’
Combine two lists of RowSelection return the intersection of them For example: self: NNYYYYNNYYNYN other: NYNNNNNNY
union_row_selections ๐Ÿ”’
Combine two lists of RowSelector return the union of them For example: self: NNYYYYNNYYNYN other: NYNNNNNNY