public class ElasticsearchDynamicTable extends DynamicDrillTable implements org.apache.calcite.schema.TranslatableTable, org.apache.calcite.schema.QueryableTable, org.apache.calcite.schema.Wrapper
Constructor and Description |
---|
ElasticsearchDynamicTable(StoragePlugin plugin,
String storageEngineName,
DrillTableSelection selection,
org.apache.calcite.schema.Table table) |
Modifier and Type | Method and Description |
---|---|
<T> org.apache.calcite.linq4j.Queryable<T> |
asQueryable(org.apache.calcite.linq4j.QueryProvider queryProvider,
org.apache.calcite.schema.SchemaPlus schema,
String tableName) |
Type |
getElementType() |
org.apache.calcite.linq4j.tree.Expression |
getExpression(org.apache.calcite.schema.SchemaPlus schema,
String tableName,
Class clazz) |
org.apache.calcite.rel.RelNode |
toRel(org.apache.calcite.plan.RelOptTable.ToRelContext context,
org.apache.calcite.plan.RelOptTable relOptTable) |
<C> C |
unwrap(Class<C> aClass) |
getRowType
equals, getGroupScan, getJdbcTableType, getMetadataProviderManager, getPlugin, getSelection, getStatistic, getStorageEngineConfig, getStorageEngineName, getUserName, hashCode, isRolledUp, rolledUpColumnValidInsideAgg, setGroupScan, setOptions, setTableMetadataProviderManager
public ElasticsearchDynamicTable(StoragePlugin plugin, String storageEngineName, DrillTableSelection selection, org.apache.calcite.schema.Table table)
public org.apache.calcite.rel.RelNode toRel(org.apache.calcite.plan.RelOptTable.ToRelContext context, org.apache.calcite.plan.RelOptTable relOptTable)
toRel
in interface org.apache.calcite.schema.TranslatableTable
toRel
in class DrillTable
public <T> org.apache.calcite.linq4j.Queryable<T> asQueryable(org.apache.calcite.linq4j.QueryProvider queryProvider, org.apache.calcite.schema.SchemaPlus schema, String tableName)
asQueryable
in interface org.apache.calcite.schema.QueryableTable
public Type getElementType()
getElementType
in interface org.apache.calcite.schema.QueryableTable
public <C> C unwrap(Class<C> aClass)
unwrap
in interface org.apache.calcite.schema.Wrapper
Copyright © 1970 The Apache Software Foundation. All rights reserved.