Class PlannerResult
java.lang.Object
org.apache.druid.sql.calcite.planner.PlannerResult
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 Summary
ConstructorsConstructorDescriptionPlannerResult(com.google.common.base.Supplier<QueryResponse<Object[]>> resultsSupplier, org.apache.calcite.rel.type.RelDataType rowType) -
Method Summary
-
Constructor Details
-
PlannerResult
public PlannerResult(com.google.common.base.Supplier<QueryResponse<Object[]>> resultsSupplier, org.apache.calcite.rel.type.RelDataType rowType)
-
-
Method Details
-
runnable
public boolean runnable() -
run
Run the query -
rowType
public org.apache.calcite.rel.type.RelDataType rowType()Row type returned to the end user. Equivalent toPrepareResult.getReturnedRowType().
-