java.lang.Object
org.elasticsearch.xpack.esql.planner.premapper.PreMapper

public class PreMapper extends Object
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 Details

  • Method Details

    • preMapper

      public void preMapper(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.