Class CombineProjections
java.lang.Object
org.elasticsearch.xpack.esql.rule.Rule<UnaryPlan,LogicalPlan>
org.elasticsearch.xpack.esql.optimizer.rules.logical.OptimizerRules.OptimizerRule<UnaryPlan>
org.elasticsearch.xpack.esql.optimizer.rules.logical.CombineProjections
- All Implemented Interfaces:
OptimizerRules.LocalAware<UnaryPlan>
public final class CombineProjections
extends OptimizerRules.OptimizerRule<UnaryPlan>
implements OptimizerRules.LocalAware<UnaryPlan>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocal()the local version of the rule.protected LogicalPlanstatic ExpressionMethods inherited from class org.elasticsearch.xpack.esql.optimizer.rules.logical.OptimizerRules.OptimizerRule
apply
-
Constructor Details
-
CombineProjections
public CombineProjections() -
CombineProjections
public CombineProjections(boolean local)
-
-
Method Details
-
rule
- Specified by:
rulein classOptimizerRules.OptimizerRule<UnaryPlan>
-
trimNonTopLevelAliases
-
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<UnaryPlan>
-