Class 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).