Uses of Class
org.apache.drill.exec.store.SchemaConfig
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 SchemaConfig in org.apache.calcite.jdbc
Modifier and TypeMethodDescriptionstatic org.apache.calcite.schema.SchemaPlus
DynamicSchema.createRootSchema
(StoragePluginRegistry storages, SchemaConfig schemaConfig, AliasRegistryProvider aliasRegistryProvider) -
Uses of SchemaConfig in org.apache.drill.exec.ops
Modifier and TypeMethodDescriptionorg.apache.calcite.schema.SchemaPlus
QueryContext.getRootSchema
(SchemaConfig schemaConfig) Create and return aSchemaPlus
with given schemaConfig but some schemas (from storage plugins) could be initialized later. -
Uses of SchemaConfig in org.apache.drill.exec.store
Modifier and TypeMethodDescriptionorg.apache.calcite.schema.SchemaPlus
SchemaTreeProvider.createRootSchema
(SchemaConfig schemaConfig) Create and return a SchemaTree with given schemaConfig.ColumnExplorer.getImplicitColumnsNames
(SchemaConfig schemaConfig) Returns list with implicit column names taken from specifiedSchemaConfig
.void
DrillSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) Historical note.void
SchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) Register the schemas provided by this SchemaFactory implementation under the given parent schema. -
Uses of SchemaConfig in org.apache.drill.exec.store.cassandra
Modifier and TypeMethodDescriptionvoid
CassandraStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.cassandra.schema
Modifier and TypeMethodDescriptionvoid
CassandraRootDrillSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.delta.format
Modifier and TypeMethodDescriptionDeltaFormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) -
Uses of SchemaConfig in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionWorkspaceSchemaFactory.createSchema
(List<String> parentSchemaPath, SchemaConfig schemaConfig, DrillFileSystem fs) BasicFormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) abstract DrillTable
FormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) void
FileSystemPlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) void
FileSystemSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) ModifierConstructorDescriptionFileSystemSchema
(String name, SchemaConfig schemaConfig) WorkspaceSchema
(List<String> parentSchemaPath, String wsName, SchemaConfig schemaConfig, DrillFileSystem fs, WorkspaceConfig config) -
Uses of SchemaConfig in org.apache.drill.exec.store.drill.plugin
Modifier and TypeMethodDescriptionvoid
DrillStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.drill.plugin.schema
Modifier and TypeMethodDescriptionvoid
DrillSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.druid
Modifier and TypeMethodDescriptionvoid
DruidStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.druid.schema
Modifier and TypeMethodDescriptionvoid
DruidSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.elasticsearch
Modifier and TypeMethodDescriptionvoid
ElasticsearchStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.elasticsearch.schema
Modifier and TypeMethodDescriptionvoid
ElasticsearchDrillSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.googlesheets
Modifier and TypeMethodDescriptionvoid
GoogleSheetsStoragePlugin.initializeOauthTokenTable
(SchemaConfig schemaConfig) void
GoogleSheetsStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.googlesheets.schema
Modifier and TypeMethodDescriptionvoid
GoogleSheetsSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) ModifierConstructorDescriptionGoogleSheetsDrillSchema
(AbstractSchema parent, String fileToken, GoogleSheetsStoragePlugin plugin, SchemaConfig schemaConfig, com.google.api.services.sheets.v4.Sheets sheetsService, String fileName) GoogleSheetsRootSchema
(GoogleSheetsStoragePlugin plugin, SchemaConfig schemaConfig) -
Uses of SchemaConfig in org.apache.drill.exec.store.hbase
Modifier and TypeMethodDescriptionvoid
HBaseSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) void
HBaseStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.hive
Modifier and TypeMethodDescriptionvoid
HiveStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.hive.schema
Modifier and TypeMethodDescriptionvoid
HiveSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) ModifierConstructorDescriptionDrillHiveViewTable
(HiveReadEntry entry, List<String> schemaPath, SchemaConfig schemaConfig, String user) HiveDatabaseSchema
(org.apache.drill.exec.store.hive.schema.HiveSchemaFactory.HiveSchema hiveSchema, String name, DrillHiveMetaStoreClient mClient, SchemaConfig schemaConfig) -
Uses of SchemaConfig in org.apache.drill.exec.store.http
Modifier and TypeMethodDescriptionvoid
HttpSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) void
HttpStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.iceberg.format
Modifier and TypeMethodDescriptionIcebergFormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) -
Uses of SchemaConfig in org.apache.drill.exec.store.ischema
Modifier and TypeMethodDescriptionvoid
InfoSchemaStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.jdbc
Modifier and TypeMethodDescriptionvoid
DefaultJdbcDialect.registerSchemas
(SchemaConfig config, org.apache.calcite.schema.SchemaPlus parent) void
JdbcDialect.registerSchemas
(SchemaConfig config, org.apache.calcite.schema.SchemaPlus parent) Register the schemas provided by this JdbcDialect implementation under the given parent schema.void
JdbcStoragePlugin.registerSchemas
(SchemaConfig config, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.jdbc.clickhouse
Modifier and TypeMethodDescriptionvoid
ClickhouseJdbcDialect.registerSchemas
(SchemaConfig config, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.kafka
Modifier and TypeMethodDescriptionvoid
KafkaStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.kafka.schema
Modifier and TypeMethodDescriptionvoid
KafkaSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.kudu
Modifier and TypeMethodDescriptionvoid
KuduSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) void
KuduStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.mock
Modifier and TypeMethodDescriptionvoid
MockBreakageStorage.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) void
MockStorageEngine.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.mongo
Modifier and TypeMethodDescriptionvoid
MongoStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.mongo.schema
Modifier and TypeMethodDescriptionvoid
MongoSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.openTSDB
Modifier and TypeMethodDescriptionvoid
OpenTSDBStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.openTSDB.schema
Modifier and TypeMethodDescriptionvoid
OpenTSDBSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.phoenix
Modifier and TypeMethodDescriptionvoid
PhoenixSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) void
PhoenixStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.splunk
Modifier and TypeMethodDescriptionvoid
SplunkSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) void
SplunkStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.sys
Modifier and TypeMethodDescriptionvoid
SystemTablePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent)