Expand description
Structs and functions for reading ranges from a parquet file. A file range is usually a row group in a parquet file.
Structsยง
- A range of a parquet SST. Now it is a row group. We can read different file ranges in parallel.
- File
Range ๐Context Context shared by ranges of the same parquet SST. - Range
Base ๐Common fields for a range to read and filter batches.
Type Aliasesยง
- File
Range ๐Context Ref