Class LookupPhysicalPlanOptimizer
java.lang.Object
org.elasticsearch.xpack.esql.rule.RuleExecutor<PhysicalPlan>
org.elasticsearch.xpack.esql.rule.ParameterizedRuleExecutor<PhysicalPlan,LocalPhysicalOptimizerContext>
org.elasticsearch.xpack.esql.optimizer.LookupPhysicalPlanOptimizer
public class LookupPhysicalPlanOptimizer
extends ParameterizedRuleExecutor<PhysicalPlan,LocalPhysicalOptimizerContext>
Physical plan optimizer for the lookup node. Mirrors
LocalPhysicalPlanOptimizer but with a
reduced rule set appropriate for lookup plans (rooted at ParameterizedQueryExec, not EsSourceExec).-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.esql.rule.RuleExecutor
RuleExecutor.Batch<TreeType extends Node<TreeType>>, RuleExecutor.Limiter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<RuleExecutor.Batch<PhysicalPlan>> batches()optimize(PhysicalPlan plan) Methods inherited from class org.elasticsearch.xpack.esql.rule.ParameterizedRuleExecutor
context, transformMethods inherited from class org.elasticsearch.xpack.esql.rule.RuleExecutor
execute
-
Constructor Details
-
LookupPhysicalPlanOptimizer
-
-
Method Details
-
batches
- Specified by:
batchesin classRuleExecutor<PhysicalPlan>
-
optimize
-