Structsยง
RowSelection
allows selecting or skipping a provided number of rows when scanning the parquet file.RowSelection
is a collection ofRowSelector
used to skip rows when scanning a parquet file
Functionsยง
- Combine two lists of
RowSelection
return the intersection of them For example: self: NNYYYYNNYYNYN other: NYNNNNNNY - union_
row_ ๐selections Combine two lists ofRowSelector
return the union of them For example: self: NNYYYYNNYYNYN other: NYNNNNNNY