Structsยง
- RowSelection
RowSelection
allows selecting or skipping a provided number of rows when scanning the parquet file.- RowSelector
RowSelection
is a collection ofRowSelector
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