Class PropagateEmptyRelation
java.lang.Object
org.elasticsearch.xpack.esql.rule.Rule<UnaryPlan,LogicalPlan>
org.elasticsearch.xpack.esql.rule.ParameterizedRule<UnaryPlan,LogicalPlan,LogicalOptimizerContext>
org.elasticsearch.xpack.esql.optimizer.rules.logical.OptimizerRules.ParameterizedOptimizerRule<UnaryPlan,LogicalOptimizerContext>
org.elasticsearch.xpack.esql.optimizer.rules.logical.PropagateEmptyRelation
- Direct Known Subclasses:
LocalPropagateEmptyRelation
public class PropagateEmptyRelation
extends OptimizerRules.ParameterizedOptimizerRule<UnaryPlan,LogicalOptimizerContext>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaggOutput(FoldContext foldCtx, NamedExpression agg, AggregateFunction aggFunc, BlockFactory blockFactory, List<Block> blocks) The folded aggregation output - this variant is for the coordinator/final.protected LogicalPlanrule(UnaryPlan plan, 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
-
PropagateEmptyRelation
public PropagateEmptyRelation()
-
-
Method Details
-
rule
- Specified by:
rulein classOptimizerRules.ParameterizedOptimizerRule<UnaryPlan,LogicalOptimizerContext>
-
aggOutput
protected void aggOutput(FoldContext foldCtx, NamedExpression agg, AggregateFunction aggFunc, BlockFactory blockFactory, List<Block> blocks) The folded aggregation output - this variant is for the coordinator/final.
-