Uses of Class
org.apache.drill.exec.store.SchemaConfig
Packages that use 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
Methods in org.apache.calcite.jdbc with parameters of type SchemaConfigModifier and TypeMethodDescriptionstatic org.apache.calcite.schema.SchemaPlus
DynamicSchema.createRootSchema
(StoragePluginRegistry storages, SchemaConfig schemaConfig, AliasRegistryProvider aliasRegistryProvider) -
Uses of SchemaConfig in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store that return SchemaConfigMethods in org.apache.drill.exec.store with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store.cassandra with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
CassandraStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.cassandra.schema
Methods in org.apache.drill.exec.store.cassandra.schema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
CassandraRootDrillSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.delta.format
Methods in org.apache.drill.exec.store.delta.format with parameters of type SchemaConfigModifier and TypeMethodDescriptionDeltaFormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) -
Uses of SchemaConfig in org.apache.drill.exec.store.dfs
Methods in org.apache.drill.exec.store.dfs with parameters of type SchemaConfigModifier 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) Constructors in org.apache.drill.exec.store.dfs with parameters of type SchemaConfigModifierConstructorDescriptionFileSystemSchema
(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
Methods in org.apache.drill.exec.store.drill.plugin with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
DrillStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.drill.plugin.schema
Methods in org.apache.drill.exec.store.drill.plugin.schema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
DrillSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.druid
Methods in org.apache.drill.exec.store.druid with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
DruidStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.druid.schema
Methods in org.apache.drill.exec.store.druid.schema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
DruidSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.elasticsearch
Methods in org.apache.drill.exec.store.elasticsearch with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
ElasticsearchStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.elasticsearch.schema
Methods in org.apache.drill.exec.store.elasticsearch.schema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
ElasticsearchDrillSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.googlesheets
Methods in org.apache.drill.exec.store.googlesheets with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store.googlesheets.schema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
GoogleSheetsSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) Constructors in org.apache.drill.exec.store.googlesheets.schema with parameters of type SchemaConfigModifierConstructorDescriptionGoogleSheetsDrillSchema
(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
Methods in org.apache.drill.exec.store.hbase with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store.hive with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
HiveStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.hive.schema
Methods in org.apache.drill.exec.store.hive.schema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
HiveSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) Constructors in org.apache.drill.exec.store.hive.schema with parameters of type SchemaConfigModifierConstructorDescriptionDrillHiveViewTable
(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
Methods in org.apache.drill.exec.store.http with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store.iceberg.format with parameters of type SchemaConfigModifier and TypeMethodDescriptionIcebergFormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) -
Uses of SchemaConfig in org.apache.drill.exec.store.ischema
Methods in org.apache.drill.exec.store.ischema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
InfoSchemaStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.jdbc
Methods in org.apache.drill.exec.store.jdbc with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store.jdbc.clickhouse with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
ClickhouseJdbcDialect.registerSchemas
(SchemaConfig config, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.kafka
Methods in org.apache.drill.exec.store.kafka with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
KafkaStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.kafka.schema
Methods in org.apache.drill.exec.store.kafka.schema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
KafkaSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.kudu
Methods in org.apache.drill.exec.store.kudu with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store.mock with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store.mongo with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
MongoStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.mongo.schema
Methods in org.apache.drill.exec.store.mongo.schema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
MongoSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.openTSDB
Methods in org.apache.drill.exec.store.openTSDB with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
OpenTSDBStoragePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.openTSDB.schema
Methods in org.apache.drill.exec.store.openTSDB.schema with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
OpenTSDBSchemaFactory.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) -
Uses of SchemaConfig in org.apache.drill.exec.store.phoenix
Methods in org.apache.drill.exec.store.phoenix with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store.splunk with parameters of type SchemaConfigModifier 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
Methods in org.apache.drill.exec.store.sys with parameters of type SchemaConfigModifier and TypeMethodDescriptionvoid
SystemTablePlugin.registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent)