Uses of Interface
org.apache.drill.exec.planner.logical.DrillTableSelection
Packages that use 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
Constructors in org.apache.drill.exec.planner.logical with parameters of type DrillTableSelectionModifierConstructorDescriptionDrillTable
(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
Constructors in org.apache.drill.exec.store.cassandra.schema with parameters of type DrillTableSelectionModifierConstructorDescriptionCassandraDynamicTable
(StoragePlugin plugin, String storageEngineName, DrillTableSelection selection, org.apache.calcite.adapter.cassandra.CassandraTable table) -
Uses of DrillTableSelection in org.apache.drill.exec.store.dfs
Classes in org.apache.drill.exec.store.dfs that implement DrillTableSelectionModifier and TypeClassDescriptionclass
Jackson serializable description of a file selection.class
-
Uses of DrillTableSelection in org.apache.drill.exec.store.drill.plugin
Classes in org.apache.drill.exec.store.drill.plugin that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.druid
Classes in org.apache.drill.exec.store.druid that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.elasticsearch.schema
Constructors in org.apache.drill.exec.store.elasticsearch.schema with parameters of type DrillTableSelectionModifierConstructorDescriptionElasticsearchDynamicTable
(StoragePlugin plugin, String storageEngineName, DrillTableSelection selection, org.apache.calcite.schema.Table table) -
Uses of DrillTableSelection in org.apache.drill.exec.store.googlesheets
Classes in org.apache.drill.exec.store.googlesheets that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.hbase
Classes in org.apache.drill.exec.store.hbase that implement DrillTableSelectionConstructors in org.apache.drill.exec.store.hbase with parameters of type DrillTableSelectionModifierConstructorDescriptionAbstractHBaseDrillTable
(String storageEngineName, StoragePlugin plugin, DrillTableSelection selection) -
Uses of DrillTableSelection in org.apache.drill.exec.store.hive
Classes in org.apache.drill.exec.store.hive that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.http
Classes in org.apache.drill.exec.store.http that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.iceberg.format
Classes in org.apache.drill.exec.store.iceberg.format that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.ischema
Classes in org.apache.drill.exec.store.ischema that implement DrillTableSelectionModifier and TypeClassDescriptionenum
The set of tables / views in INFORMATION_SCHEMA. -
Uses of DrillTableSelection in org.apache.drill.exec.store.kafka
Classes in org.apache.drill.exec.store.kafka that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.kudu
Classes in org.apache.drill.exec.store.kudu that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.mock
Classes in org.apache.drill.exec.store.mock that implement DrillTableSelectionModifier 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
Classes in org.apache.drill.exec.store.mongo that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.openTSDB
Classes in org.apache.drill.exec.store.openTSDB that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.plan.rel
Constructors in org.apache.drill.exec.store.plan.rel with parameters of type DrillTableSelectionModifierConstructorDescriptionPluginDrillTable
(StoragePlugin plugin, String storageEngineName, String userName, DrillTableSelection selection, org.apache.calcite.plan.Convention convention) -
Uses of DrillTableSelection in org.apache.drill.exec.store.splunk
Classes in org.apache.drill.exec.store.splunk that implement DrillTableSelection -
Uses of DrillTableSelection in org.apache.drill.exec.store.sys
Classes in org.apache.drill.exec.store.sys that implement DrillTableSelectionModifier and TypeClassDescriptionenum
An enumeration of all tables in Drill's system ("sys") schema.Constructors in org.apache.drill.exec.store.sys with parameters of type DrillTableSelectionModifierConstructorDescriptionStaticDrillTable
(String storageEngineName, StoragePlugin plugin, org.apache.calcite.schema.Schema.TableType tableType, DrillTableSelection selection, RecordDataType dataType)