| Package | Description |
|---|---|
| org.apache.drill.exec.store.ischema |
| Modifier and Type | Method and Description |
|---|---|
InfoSchemaTableType |
InfoSchemaSubScan.getTable() |
InfoSchemaTableType |
InfoSchemaGroupScan.getTable() |
static InfoSchemaTableType |
InfoSchemaTableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoSchemaTableType[] |
InfoSchemaTableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InfoSchemaDrillTable(InfoSchemaStoragePlugin plugin,
String storageEngineName,
InfoSchemaTableType selection,
StoragePluginConfig storageEngineConfig) |
InfoSchemaGroupScan(InfoSchemaTableType table) |
InfoSchemaGroupScan(InfoSchemaTableType table,
InfoSchemaFilter filter) |
InfoSchemaSubScan(InfoSchemaTableType table,
InfoSchemaFilter filter) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.