Uses of Interface
org.apache.drill.exec.planner.logical.DrillTableSelection
Package
Description
Drill storage plugin.
Kafka storage plugin.
Defines a mock data source which generates dummy test data for use
in testing.
MongoDB storage plugin.
-
Uses of DrillTableSelection in org.apache.drill.exec.planner.logical
ModifierConstructorDescriptionDrillTable
(String storageEngineName, StoragePlugin plugin, String userName, DrillTableSelection selection) Creates a DrillTable instance for a @{code TableType#Table} table.DrillTable
(String storageEngineName, StoragePlugin plugin, org.apache.calcite.schema.Schema.TableType tableType, String userName, DrillTableSelection selection) Creates a DrillTable instance.DrillTable
(String storageEngineName, StoragePlugin plugin, org.apache.calcite.schema.Schema.TableType tableType, String userName, DrillTableSelection selection, MetadataProviderManager metadataProviderManager) DrillTable
(String storageEngineName, StoragePlugin plugin, DrillTableSelection 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, DrillTableSelection selection) DynamicDrillTable
(StoragePlugin plugin, String storageEngineName, String userName, DrillTableSelection selection, MetadataProviderManager metadataProviderManager) DynamicDrillTable
(StoragePlugin plugin, String storageEngineName, DrillTableSelection selection) TODO: Same purpose as other constructor except the impersonation user is the user who is running the Drillbit process. -
Uses of DrillTableSelection in org.apache.drill.exec.store.cassandra.schema
ModifierConstructorDescriptionCassandraDynamicTable
(StoragePlugin plugin, String storageEngineName, DrillTableSelection selection, org.apache.calcite.adapter.cassandra.CassandraTable table) -
Uses of DrillTableSelection in org.apache.drill.exec.store.dfs
Modifier and TypeClassDescriptionclass
Jackson serializable description of a file selection.class
-
Uses of DrillTableSelection in org.apache.drill.exec.store.drill.plugin
-
Uses of DrillTableSelection in org.apache.drill.exec.store.druid
-
Uses of DrillTableSelection in org.apache.drill.exec.store.elasticsearch.schema
ModifierConstructorDescriptionElasticsearchDynamicTable
(StoragePlugin plugin, String storageEngineName, DrillTableSelection selection, org.apache.calcite.schema.Table table) -
Uses of DrillTableSelection in org.apache.drill.exec.store.googlesheets
-
Uses of DrillTableSelection in org.apache.drill.exec.store.hbase
ModifierConstructorDescriptionAbstractHBaseDrillTable
(String storageEngineName, StoragePlugin plugin, DrillTableSelection selection) -
Uses of DrillTableSelection in org.apache.drill.exec.store.hive
-
Uses of DrillTableSelection in org.apache.drill.exec.store.http
-
Uses of DrillTableSelection in org.apache.drill.exec.store.iceberg.format
-
Uses of DrillTableSelection in org.apache.drill.exec.store.ischema
Modifier and TypeClassDescriptionenum
The set of tables / views in INFORMATION_SCHEMA. -
Uses of DrillTableSelection in org.apache.drill.exec.store.kafka
-
Uses of DrillTableSelection in org.apache.drill.exec.store.kudu
-
Uses of DrillTableSelection in org.apache.drill.exec.store.mock
Modifier and TypeClassDescriptionstatic class
A tiny wrapper class to add required DrillTableSelection behaviour to the entries list. -
Uses of DrillTableSelection in org.apache.drill.exec.store.mongo
-
Uses of DrillTableSelection in org.apache.drill.exec.store.openTSDB
-
Uses of DrillTableSelection in org.apache.drill.exec.store.plan.rel
ModifierConstructorDescriptionPluginDrillTable
(StoragePlugin plugin, String storageEngineName, String userName, DrillTableSelection selection, org.apache.calcite.plan.Convention convention) -
Uses of DrillTableSelection in org.apache.drill.exec.store.splunk
-
Uses of DrillTableSelection in org.apache.drill.exec.store.sys
Modifier and TypeClassDescriptionenum
An enumeration of all tables in Drill's system ("sys") schema.ModifierConstructorDescriptionStaticDrillTable
(String storageEngineName, StoragePlugin plugin, org.apache.calcite.schema.Schema.TableType tableType, DrillTableSelection selection, RecordDataType dataType)