Class PreMapper
java.lang.Object
org.elasticsearch.xpack.esql.planner.premapper.PreMapper
The class is responsible for invoking any premapping steps that need to be applied to the logical plan,
before this is being mapped to a physical one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreMapper(LogicalPlan plan, ActionListener<LogicalPlan> listener) Invokes any premapping steps that need to be applied to the logical plan, before this is being mapped to a physical one.
-
Constructor Details
-
PreMapper
-
-
Method Details
-
preMapper
Invokes any premapping steps that need to be applied to the logical plan, before this is being mapped to a physical one.
-