Class PlanConsistencyChecker
java.lang.Object
org.elasticsearch.xpack.esql.optimizer.rules.PlanConsistencyChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCheck whether a singleQueryPlanproduces no duplicate attributes and its children provide all of its requiredreferences.
-
Constructor Details
-
PlanConsistencyChecker
public PlanConsistencyChecker()
-
-
Method Details
-
checkPlan
Check whether a singleQueryPlanproduces no duplicate attributes and its children provide all of its requiredreferences. Otherwise, addFailures to theFailuresobject.
-