Interface EsqlSession.PlanRunner
- Enclosing class:
EsqlSession
public static interface EsqlSession.PlanRunner
Interface for running the underlying plan.
Abstracts away the underlying execution engine.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun(PhysicalPlan plan, Configuration configuration, FoldContext foldContext, ActionListener<Result> listener)
-
Method Details
-
run
void run(PhysicalPlan plan, Configuration configuration, FoldContext foldContext, ActionListener<Result> listener)
-