T - element typepublic static class CalcitePrepare.CalciteSignature<T>
extends org.apache.calcite.avatica.Meta.Signature
| Modifier and Type | Field and Description |
|---|---|
@Nullable CalciteSchema |
rootSchema |
@Nullable RelDataType |
rowType |
| Constructor and Description |
|---|
CalciteSignature(String sql,
List<org.apache.calcite.avatica.AvaticaParameter> parameterList,
Map<String,Object> internalParameters,
RelDataType rowType,
List<org.apache.calcite.avatica.ColumnMetaData> columns,
org.apache.calcite.avatica.Meta.CursorFactory cursorFactory,
CalciteSchema rootSchema,
List<RelCollation> collationList,
long maxRowCount,
Bindable<T> bindable)
Deprecated.
|
CalciteSignature(@Nullable String sql,
List<org.apache.calcite.avatica.AvaticaParameter> parameterList,
Map<String,Object> internalParameters,
@Nullable RelDataType rowType,
List<org.apache.calcite.avatica.ColumnMetaData> columns,
org.apache.calcite.avatica.Meta.CursorFactory cursorFactory,
@Nullable CalciteSchema rootSchema,
List<RelCollation> collationList,
long maxRowCount,
@Nullable Bindable<T> bindable,
org.apache.calcite.avatica.Meta.StatementType statementType) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.linq4j.Enumerable<T> |
enumerable(DataContext dataContext) |
List<RelCollation> |
getCollationList() |
public final @Nullable RelDataType rowType
public final @Nullable CalciteSchema rootSchema
@Deprecated public CalciteSignature(String sql, List<org.apache.calcite.avatica.AvaticaParameter> parameterList, Map<String,Object> internalParameters, RelDataType rowType, List<org.apache.calcite.avatica.ColumnMetaData> columns, org.apache.calcite.avatica.Meta.CursorFactory cursorFactory, CalciteSchema rootSchema, List<RelCollation> collationList, long maxRowCount, Bindable<T> bindable)
public CalciteSignature(@Nullable String sql, List<org.apache.calcite.avatica.AvaticaParameter> parameterList, Map<String,Object> internalParameters, @Nullable RelDataType rowType, List<org.apache.calcite.avatica.ColumnMetaData> columns, org.apache.calcite.avatica.Meta.CursorFactory cursorFactory, @Nullable CalciteSchema rootSchema, List<RelCollation> collationList, long maxRowCount, @Nullable Bindable<T> bindable, org.apache.calcite.avatica.Meta.StatementType statementType)
public org.apache.calcite.linq4j.Enumerable<T> enumerable(DataContext dataContext)
public List<RelCollation> getCollationList()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.