Class PhysicalVerifier
java.lang.Object
org.elasticsearch.xpack.esql.optimizer.PostOptimizationPhasePlanVerifier<PhysicalPlan>
org.elasticsearch.xpack.esql.optimizer.PhysicalVerifier
Physical plan verifier.
-
Field Summary
FieldsFields inherited from class org.elasticsearch.xpack.esql.optimizer.PostOptimizationPhasePlanVerifier
isLocal -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckPlanConsistency(PhysicalPlan optimizedPlan, Failures failures, Failures depFailures) Methods inherited from class org.elasticsearch.xpack.esql.optimizer.PostOptimizationPhasePlanVerifier
verify
-
Field Details
-
LOCAL_INSTANCE
-
INSTANCE
-
-
Method Details
-
checkPlanConsistency
protected void checkPlanConsistency(PhysicalPlan optimizedPlan, Failures failures, Failures depFailures)
-