Interface PlanCheckerProvider
public interface PlanCheckerProvider
SPI provider interface for supplying additional ESQL plan checks to be performed during verification.
-
Method Summary
Modifier and TypeMethodDescriptioncheckers(ProjectResolver projectResolver, ClusterService clusterService) Build a list of checks to perform on the plan.
-
Method Details
-
checkers
List<BiConsumer<LogicalPlan,Failures>> checkers(ProjectResolver projectResolver, ClusterService clusterService) Build a list of checks to perform on the plan. Each one is called once perLogicalPlannode in the plan.
-