Expand description

Optimizer rule to replace where false on a plan with an empty relation. This saves time in planning and executing the query. Note that this rule should be applied after simplify expressions optimizer rule.

Structs

Optimization rule that elimanate the scalar value (true/false) filter with an LogicalPlan::EmptyRelation