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ยง
- File
Range  - 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.
 
Enumsยง
- PreFilter
Mode  - Mode to pre-filter columns in a range.
 
Functionsยง
- row_
group_ ๐contains_ delete  - Checks if a row group contains delete operations by examining the min value of op_type column.
 
Type Aliasesยง
- File
Range ๐Context Ref