Uses of Class
org.apache.drill.exec.store.SchemaConfig
Packages that use SchemaConfig
Package
Description
Defines a mock data source which generates dummy test data for use
in testing.
-
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.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.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.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.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)