Uses of Interface
org.apache.drill.exec.planner.logical.DrillTableSelection
Packages that use DrillTableSelection
Package
Description
Defines a mock data source which generates dummy test data for use
in testing.
-
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.dfs
Classes in org.apache.drill.exec.store.dfs that implement DrillTableSelectionModifier and TypeClassDescriptionclassJackson serializable description of a file selection.class -
Uses of DrillTableSelection in org.apache.drill.exec.store.ischema
Classes in org.apache.drill.exec.store.ischema that implement DrillTableSelectionModifier and TypeClassDescriptionenumThe set of tables / views in INFORMATION_SCHEMA. -
Uses of DrillTableSelection in org.apache.drill.exec.store.mock
Classes in org.apache.drill.exec.store.mock that implement DrillTableSelectionModifier and TypeClassDescriptionstatic classA tiny wrapper class to add required DrillTableSelection behaviour to the entries list. -
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.sys
Classes in org.apache.drill.exec.store.sys that implement DrillTableSelectionModifier and TypeClassDescriptionenumAn 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)