public class DynamicDrillTable extends DrillTable
| Constructor and Description |
|---|
DynamicDrillTable(StoragePlugin plugin,
String storageEngineName,
Object selection)
TODO: Same purpose as other constructor except the impersonation user is the user who is running the Drillbit
process.
|
DynamicDrillTable(StoragePlugin plugin,
String storageEngineName,
String userName,
Object selection) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.type.RelDataType |
getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory) |
equals, getGroupScan, getJdbcTableType, getPlugin, getSelection, getStatistic, getStorageEngineConfig, getStorageEngineName, getUserName, hashCode, toRelpublic DynamicDrillTable(StoragePlugin plugin, String storageEngineName, String userName, Object selection)
public DynamicDrillTable(StoragePlugin plugin, String storageEngineName, Object selection)
Copyright © 2017 The Apache Software Foundation. All rights reserved.