private static class CalcitePrepareImpl.CalcitePreparedExplain extends Prepare.PreparedExplain
EXPLAIN statement, prepared and ready to execute.| Constructor and Description |
|---|
CalcitePreparedExplain(RelDataType resultType,
RelDataType parameterRowType,
RelRoot root,
SqlExplainFormat format,
SqlExplainLevel detailLevel) |
| Modifier and Type | Method and Description |
|---|---|
Bindable |
getBindable(org.apache.calcite.avatica.Meta.CursorFactory cursorFactory)
Executes the prepared result.
|
getCode, getFieldOrigins, getParameterRowType, getTableModOp, isDmlCalcitePreparedExplain(RelDataType resultType, RelDataType parameterRowType, RelRoot root, SqlExplainFormat format, SqlExplainLevel detailLevel)
public Bindable getBindable(org.apache.calcite.avatica.Meta.CursorFactory cursorFactory)
Prepare.PreparedResultcursorFactory - How to map values into a cursorCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.