private class TpcdsSchema.TpcdsQueryableTable<E extends net.hydromatic.tpcds.TpcdsEntity> extends AbstractQueryableTable
| Modifier and Type | Field and Description |
|---|---|
private net.hydromatic.tpcds.TpcdsTable<E> |
tpcdsTable |
elementType| Constructor and Description |
|---|
TpcdsSchema.TpcdsQueryableTable(net.hydromatic.tpcds.TpcdsTable<E> tpcdsTable) |
| Modifier and Type | Method and Description |
|---|---|
<T> Queryable<T> |
asQueryable(QueryProvider queryProvider,
SchemaPlus schema,
String tableName) |
RelDataType |
getRowType(RelDataTypeFactory typeFactory) |
Statistic |
getStatistic() |
private Class<?> |
realType(net.hydromatic.tpcds.TpcdsColumn<E> column) |
getElementType, getExpressiongetJdbcTableTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJdbcTableTypeprivate final net.hydromatic.tpcds.TpcdsTable<E extends net.hydromatic.tpcds.TpcdsEntity> tpcdsTable
TpcdsSchema.TpcdsQueryableTable(net.hydromatic.tpcds.TpcdsTable<E> tpcdsTable)
public Statistic getStatistic()
getStatistic in interface TablegetStatistic in class AbstractTablepublic <T> Queryable<T> asQueryable(QueryProvider queryProvider, SchemaPlus schema, String tableName)
public RelDataType getRowType(RelDataTypeFactory typeFactory)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.