Class LogicalVerifier
java.lang.Object
org.elasticsearch.xpack.esql.optimizer.PostOptimizationPhasePlanVerifier<LogicalPlan>
org.elasticsearch.xpack.esql.optimizer.LogicalVerifier
-
Field Summary
FieldsFields inherited from class org.elasticsearch.xpack.esql.optimizer.PostOptimizationPhasePlanVerifier
isLocal -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckPlanConsistency(LogicalPlan optimizedPlan, Failures failures, Failures depFailures) Methods inherited from class org.elasticsearch.xpack.esql.optimizer.PostOptimizationPhasePlanVerifier
verify
-
Field Details
-
LOCAL_INSTANCE
-
INSTANCE
-
-
Method Details
-
checkPlanConsistency
public void checkPlanConsistency(LogicalPlan optimizedPlan, Failures failures, Failures depFailures)
-