public class PlannerResult extends Object
DruidPlanner can be run to produce query result, and also includes
the output row type signature.| Constructor and Description |
|---|
PlannerResult(com.google.common.base.Supplier<Sequence<Object[]>> resultsSupplier,
org.apache.calcite.rel.type.RelDataType rowType) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.type.RelDataType |
rowType()
Row type returned to the end user.
|
Sequence<Object[]> |
run()
Run the query
|
boolean |
runnable() |
public boolean runnable()
public org.apache.calcite.rel.type.RelDataType rowType()
PrepareResult.getReturnedRowType().Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.