Class PushDownAndCombineLimits
java.lang.Object
org.elasticsearch.xpack.esql.rule.Rule<Limit,LogicalPlan>
org.elasticsearch.xpack.esql.rule.ParameterizedRule<Limit,LogicalPlan,LogicalOptimizerContext>
org.elasticsearch.xpack.esql.optimizer.rules.logical.OptimizerRules.ParameterizedOptimizerRule<Limit,LogicalOptimizerContext>
org.elasticsearch.xpack.esql.optimizer.rules.logical.PushDownAndCombineLimits
- All Implemented Interfaces:
OptimizerRules.LocalAware<Limit>
public final class PushDownAndCombineLimits
extends OptimizerRules.ParameterizedOptimizerRule<Limit,LogicalOptimizerContext>
implements OptimizerRules.LocalAware<Limit>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocal()the local version of the rule.rule(Limit limit, LogicalOptimizerContext ctx) Methods inherited from class org.elasticsearch.xpack.esql.optimizer.rules.logical.OptimizerRules.ParameterizedOptimizerRule
applyMethods inherited from class org.elasticsearch.xpack.esql.rule.ParameterizedRule
apply
-
Constructor Details
-
PushDownAndCombineLimits
public PushDownAndCombineLimits()
-
-
Method Details
-
rule
- Specified by:
rulein classOptimizerRules.ParameterizedOptimizerRule<Limit,LogicalOptimizerContext>
-
local
Description copied from interface:OptimizerRules.LocalAwarethe local version of the rule.nullif the rule should not be applied locally.- Specified by:
localin interfaceOptimizerRules.LocalAware<Limit>
-