Structsยง
- Filter
Exec - FilterExec evaluates a boolean predicate against all input batches to determine which rows to include in its output batches.
- Filter
Exec ๐Metrics - The metrics for
FilterExec - Filter
Exec ๐Stream - The FilterExec streams wraps the input iterator and applies the predicate expression to determine which rows to include in its output batches
Constantsยง
Functionsยง
- batch_
filter - collect_
columns_ from_ predicate Deprecated - Return the equals Column-Pairs and Non-equals Column-Pairs
- collect_
columns_ ๐from_ predicate_ inner - collect_
new_ ๐statistics - This function ensures that all bounds in the
ExprBoundariesvector are converted to closed bounds. If a lower/upper bound is initially open, it is adjusted by using the next/previous value for its data type to convert it into a closed bound. - filter_
and_ ๐project
Type Aliasesยง
- Equal
AndNon Equal - The equals Column-Pairs and Non-equals Column-Pairs in the Predicates
- Physical
Expr Pair Ref - Pair of
Arc<dyn PhysicalExpr>s