public static class CalcitePrepare.CalciteSignature<T> extends Meta.Signature
| Modifier and Type | Field and Description |
|---|---|
RelDataType |
rowType |
columns, cursorFactory, internalParameters, parameters, sql| Constructor and Description |
|---|
CalcitePrepare.CalciteSignature(String sql,
List<AvaticaParameter> parameterList,
Map<String,Object> internalParameters,
RelDataType rowType,
List<ColumnMetaData> columns,
Meta.CursorFactory cursorFactory,
int maxRowCount,
Bindable<T> bindable) |
| Modifier and Type | Method and Description |
|---|---|
Enumerable<T> |
enumerable(DataContext dataContext) |
create, sanitize, setCursorFactorypublic final RelDataType rowType
public CalcitePrepare.CalciteSignature(String sql, List<AvaticaParameter> parameterList, Map<String,Object> internalParameters, RelDataType rowType, List<ColumnMetaData> columns, Meta.CursorFactory cursorFactory, int maxRowCount, Bindable<T> bindable)
public Enumerable<T> enumerable(DataContext dataContext)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.