Structs§
- Column
Predicate - The conjuncts of a row predicate that read one column, conjoined.
- Column
Predicate Expr - Column
Statistics - Dynamic
Column Predicate - A conjunct on one column that a producer sets at run time. It keeps every
row until
sourcesays it filters rows. - Physical
Expr With Const Cols - Runtime
Range Hint - A column whose batches a reader may skip by a
RuntimeRange. It is never evaluated per row. - ScanIO
Predicate - Staged
ScanIO Predicate - The row predicate split into the conjuncts that read a single column and the rest.
Enums§
- Runtime
Range - What a producer has published for a column, read once per file: a reader skips the batches whose statistics fall outside the range.
- Specialized
Column Predicate
Traits§
- Dynamic
Predicate Source - A reader’s view of a predicate that a producer sets at run time.
- Physical
IoExpr - Skip
Batch Predicate
Functions§
- apply_
predicate ipcorparquet - cast_
bound - A range bound as
dtype, orNonewhen it does not survive the cast, in which case it bounds nothing.