Uses of Class
org.apache.drill.exec.store.dfs.WorkspaceSchemaFactory.WorkspaceSchema
Packages that use WorkspaceSchemaFactory.WorkspaceSchema
Package
Description
-
Uses of WorkspaceSchemaFactory.WorkspaceSchema in org.apache.drill.exec.planner.sql
Methods in org.apache.drill.exec.planner.sql that return WorkspaceSchemaFactory.WorkspaceSchemaModifier and TypeMethodDescriptionSchemaUtilities.resolveToValidTemporaryWorkspace
(AbstractSchema schema, DrillConfig config) Makes sure that passed workspace exists, is default temporary workspace, mutable and file-based (instance ofWorkspaceSchemaFactory.WorkspaceSchema
). -
Uses of WorkspaceSchemaFactory.WorkspaceSchema in org.apache.drill.exec.planner.sql.handlers
Methods in org.apache.drill.exec.planner.sql.handlers that return WorkspaceSchemaFactory.WorkspaceSchemaModifier and TypeMethodDescriptionSchemaHandler.getWorkspaceSchema
(List<String> tableSchema, String tableName) -
Uses of WorkspaceSchemaFactory.WorkspaceSchema in org.apache.drill.exec.record.metadata.schema
Constructors in org.apache.drill.exec.record.metadata.schema with parameters of type WorkspaceSchemaFactory.WorkspaceSchemaModifierConstructorDescriptionFsMetastoreSchemaProvider
(WorkspaceSchemaFactory.WorkspaceSchema wsSchema, String tableName) -
Uses of WorkspaceSchemaFactory.WorkspaceSchema in org.apache.drill.exec.store.dfs
Methods in org.apache.drill.exec.store.dfs that return WorkspaceSchemaFactory.WorkspaceSchemaModifier and TypeMethodDescriptionWorkspaceSchemaFactory.createSchema
(List<String> parentSchemaPath, SchemaConfig schemaConfig, DrillFileSystem fs) -
Uses of WorkspaceSchemaFactory.WorkspaceSchema in org.apache.drill.exec.store.ischema
Constructors in org.apache.drill.exec.store.ischema with parameters of type WorkspaceSchemaFactory.WorkspaceSchemaModifierConstructorDescriptionFile
(String schemaName, WorkspaceSchemaFactory.WorkspaceSchema wsSchema, org.apache.hadoop.fs.FileStatus fileStatus)