public static class CalcitePrepare.ParseResult extends Object
| Modifier and Type | Field and Description |
|---|---|
CalcitePrepareImpl |
prepare |
RelDataType |
rowType |
String |
sql |
SqlNode |
sqlNode |
RelDataTypeFactory |
typeFactory |
| Constructor and Description |
|---|
CalcitePrepare.ParseResult(CalcitePrepareImpl prepare,
SqlValidator validator,
String sql,
SqlNode sqlNode,
RelDataType rowType) |
public final CalcitePrepareImpl prepare
public final String sql
public final SqlNode sqlNode
public final RelDataType rowType
public final RelDataTypeFactory typeFactory
public CalcitePrepare.ParseResult(CalcitePrepareImpl prepare, SqlValidator validator, String sql, SqlNode sqlNode, RelDataType rowType)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.