Expand description

Optimizer rule to replace where false or null 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§