Expand description
EliminateFilter
replaces where false
or where null
with an empty relation.
Structsยง
- Optimization rule that eliminate the scalar value (true/false/null) filter with an LogicalPlan::EmptyRelation
EliminateFilter
replaces where false
or where null
with an empty relation.