public abstract class AbstractHBaseDrillTable extends DrillTable
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.hbase.HTableDescriptor |
tableDesc |
| Constructor and Description |
|---|
AbstractHBaseDrillTable(String storageEngineName,
StoragePlugin plugin,
Object selection) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.type.RelDataType |
getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory) |
protected void |
setTableDesc(org.apache.hadoop.hbase.client.Connection connection,
String tableName)
Allows to set HTableDescriptor
|
equals, getGroupScan, getJdbcTableType, getMetadataProviderManager, getPlugin, getSelection, getStatistic, getStorageEngineConfig, getStorageEngineName, getUserName, hashCode, isRolledUp, rolledUpColumnValidInsideAgg, setGroupScan, setOptions, setTableMetadataProviderManager, toRelpublic AbstractHBaseDrillTable(String storageEngineName, StoragePlugin plugin, Object selection)
public org.apache.calcite.rel.type.RelDataType getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
protected void setTableDesc(org.apache.hadoop.hbase.client.Connection connection,
String tableName)
connection - with a servertableName - the name of tableCopyright © 2021 The Apache Software Foundation. All rights reserved.