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) |
DynamicDrillTable(StoragePlugin plugin,
String storageEngineName,
String userName,
Object selection,
MetadataProviderManager metadataProviderManager) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.type.RelDataType |
getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory) |
equals, getGroupScan, getJdbcTableType, getMetadataProviderManager, getPlugin, getSelection, getStatistic, getStorageEngineConfig, getStorageEngineName, getUserName, hashCode, isRolledUp, rolledUpColumnValidInsideAgg, setGroupScan, setOptions, setTableMetadataProviderManager, toRelpublic DynamicDrillTable(StoragePlugin plugin, String storageEngineName, String userName, Object selection)
public DynamicDrillTable(StoragePlugin plugin, String storageEngineName, String userName, Object selection, MetadataProviderManager metadataProviderManager)
public DynamicDrillTable(StoragePlugin plugin, String storageEngineName, Object selection)
Copyright © 2021 The Apache Software Foundation. All rights reserved.