Class LocalExecutionPlanner

java.lang.Object
org.elasticsearch.xpack.esql.planner.LocalExecutionPlanner

public class LocalExecutionPlanner extends Object
The local execution planner takes a plan (represented as PlanNode tree / digraph) as input and creates the corresponding drivers that are used to execute the given plan.