Class PushDownFiltersIntoFork
java.lang.Object
org.elasticsearch.xpack.esql.rule.Rule<Filter,LogicalPlan>
org.elasticsearch.xpack.esql.optimizer.rules.logical.OptimizerRules.OptimizerRule<Filter>
org.elasticsearch.xpack.esql.optimizer.rules.logical.PushDownFiltersIntoFork
Pushes down any Filter that appears immediately after a FORK if at least one of the FORK branches does not have a pipeline breaker.
This increases the chances that any pipeline breaker such as Limit or TopN that appears after FORK will be pushed down into FORK.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.xpack.esql.optimizer.rules.logical.OptimizerRules.OptimizerRule
apply
-
Constructor Details
-
PushDownFiltersIntoFork
public PushDownFiltersIntoFork()
-
-
Method Details
-
rule
- Specified by:
rulein classOptimizerRules.OptimizerRule<Filter>
-