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.SchemaPlusDynamicSchema.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.SchemaPlusQueryContext.getRootSchema(SchemaConfig schemaConfig) Create and return aSchemaPluswith 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.SchemaPlusSchemaTreeProvider.createRootSchema(SchemaConfig schemaConfig) Create and return a SchemaTree with given schemaConfig.ColumnExplorer.getImplicitColumnsNames(SchemaConfig schemaConfig) Returns list with implicit column names taken from specifiedSchemaConfig.voidDrillSchemaFactory.registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) Historical note.voidSchemaFactory.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 TypeMethodDescriptionvoidCassandraStoragePlugin.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 TypeMethodDescriptionvoidCassandraRootDrillSchemaFactory.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 DrillTableFormatMatcher.isReadable(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) voidFileSystemPlugin.registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) voidFileSystemSchemaFactory.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 TypeMethodDescriptionvoidDrillStoragePlugin.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 TypeMethodDescriptionvoidDrillSchemaFactory.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 TypeMethodDescriptionvoidDruidStoragePlugin.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 TypeMethodDescriptionvoidDruidSchemaFactory.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 TypeMethodDescriptionvoidElasticsearchStoragePlugin.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 TypeMethodDescriptionvoidElasticsearchDrillSchemaFactory.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 TypeMethodDescriptionvoidGoogleSheetsStoragePlugin.initializeOauthTokenTable(SchemaConfig schemaConfig) voidGoogleSheetsStoragePlugin.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 TypeMethodDescriptionvoidGoogleSheetsSchemaFactory.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 TypeMethodDescriptionvoidHBaseSchemaFactory.registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) voidHBaseStoragePlugin.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 TypeMethodDescriptionvoidHiveStoragePlugin.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 TypeMethodDescriptionvoidHiveSchemaFactory.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 TypeMethodDescriptionvoidHttpSchemaFactory.registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) voidHttpStoragePlugin.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 TypeMethodDescriptionvoidInfoSchemaStoragePlugin.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 TypeMethodDescriptionvoidDefaultJdbcDialect.registerSchemas(SchemaConfig config, org.apache.calcite.schema.SchemaPlus parent) voidJdbcDialect.registerSchemas(SchemaConfig config, org.apache.calcite.schema.SchemaPlus parent) Register the schemas provided by this JdbcDialect implementation under the given parent schema.voidJdbcStoragePlugin.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 TypeMethodDescriptionvoidClickhouseJdbcDialect.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 TypeMethodDescriptionvoidKafkaStoragePlugin.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 TypeMethodDescriptionvoidKafkaSchemaFactory.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 TypeMethodDescriptionvoidKuduSchemaFactory.registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) voidKuduStoragePlugin.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 TypeMethodDescriptionvoidMockBreakageStorage.registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) voidMockStorageEngine.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 TypeMethodDescriptionvoidMongoStoragePlugin.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 TypeMethodDescriptionvoidMongoSchemaFactory.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 TypeMethodDescriptionvoidOpenTSDBStoragePlugin.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 TypeMethodDescriptionvoidOpenTSDBSchemaFactory.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 TypeMethodDescriptionvoidPhoenixSchemaFactory.registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) voidPhoenixStoragePlugin.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 TypeMethodDescriptionvoidSplunkSchemaFactory.registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) voidSplunkStoragePlugin.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 TypeMethodDescriptionvoidSystemTablePlugin.registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent)