Package | Description |
---|---|
org.apache.drill.exec.planner.logical | |
org.apache.drill.exec.store.cassandra.schema | |
org.apache.drill.exec.store.dfs | |
org.apache.drill.exec.store.druid | |
org.apache.drill.exec.store.elasticsearch.schema | |
org.apache.drill.exec.store.hbase | |
org.apache.drill.exec.store.hive | |
org.apache.drill.exec.store.http | |
org.apache.drill.exec.store.iceberg.format | |
org.apache.drill.exec.store.ischema | |
org.apache.drill.exec.store.kafka |
Kafka storage plugin.
|
org.apache.drill.exec.store.kudu | |
org.apache.drill.exec.store.mock |
Defines a mock data source which generates dummy test data for use
in testing.
|
org.apache.drill.exec.store.mongo |
MongoDB storage plugin.
|
org.apache.drill.exec.store.openTSDB | |
org.apache.drill.exec.store.plan.rel | |
org.apache.drill.exec.store.splunk | |
org.apache.drill.exec.store.sys |
Constructor and Description |
---|
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.
|
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,
String userName,
DrillTableSelection selection)
Creates a DrillTable instance for a @{code TableType#Table} table.
|
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.
|
DynamicDrillTable(StoragePlugin plugin,
String storageEngineName,
String userName,
DrillTableSelection selection) |
DynamicDrillTable(StoragePlugin plugin,
String storageEngineName,
String userName,
DrillTableSelection selection,
MetadataProviderManager metadataProviderManager) |
Constructor and Description |
---|
CassandraDynamicTable(StoragePlugin plugin,
String storageEngineName,
DrillTableSelection selection,
org.apache.calcite.adapter.cassandra.CassandraTable table) |
Modifier and Type | Class and Description |
---|---|
class |
FileSelection
Jackson serializable description of a file selection.
|
class |
FormatSelection |
Modifier and Type | Class and Description |
---|---|
class |
DruidScanSpec |
Constructor and Description |
---|
ElasticsearchDynamicTable(StoragePlugin plugin,
String storageEngineName,
DrillTableSelection selection,
org.apache.calcite.schema.Table table) |
Modifier and Type | Class and Description |
---|---|
class |
HBaseScanSpec |
Constructor and Description |
---|
AbstractHBaseDrillTable(String storageEngineName,
StoragePlugin plugin,
DrillTableSelection selection) |
Modifier and Type | Class and Description |
---|---|
class |
HiveReadEntry |
Modifier and Type | Class and Description |
---|---|
class |
HttpScanSpec |
Modifier and Type | Class and Description |
---|---|
class |
IcebergMetadataFileSelection |
Modifier and Type | Class and Description |
---|---|
class |
InfoSchemaTableType
The set of tables / views in INFORMATION_SCHEMA.
|
Modifier and Type | Class and Description |
---|---|
class |
KafkaScanSpec |
Modifier and Type | Class and Description |
---|---|
class |
KuduScanSpec |
Modifier and Type | Class and Description |
---|---|
static class |
MockTableDef.MockTableSelection
A tiny wrapper class to add required DrillTableSelection behaviour to
the entries list.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoScanSpec |
Modifier and Type | Class and Description |
---|---|
class |
OpenTSDBScanSpec |
Constructor and Description |
---|
PluginDrillTable(StoragePlugin plugin,
String storageEngineName,
String userName,
DrillTableSelection selection,
org.apache.calcite.plan.Convention convention) |
Modifier and Type | Class and Description |
---|---|
class |
SplunkScanSpec |
Modifier and Type | Class and Description |
---|---|
class |
SystemTable
An enumeration of all tables in Drill's system ("sys") schema.
|
Constructor and Description |
---|
StaticDrillTable(String storageEngineName,
StoragePlugin plugin,
org.apache.calcite.schema.Schema.TableType tableType,
DrillTableSelection selection,
RecordDataType dataType) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.