Class PlannerResult

java.lang.Object
org.apache.druid.sql.calcite.planner.PlannerResult

public class PlannerResult extends Object
The result of planning an SQL query with DruidPlanner can be run to produce query result, and also includes the output row type signature.
  • Constructor Details

    • PlannerResult

      public PlannerResult(com.google.common.base.Supplier<QueryResponse<Object[]>> resultsSupplier, org.apache.calcite.rel.type.RelDataType rowType)
  • Method Details