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.sqlMethods 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.handlersMethods 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.schemaConstructors 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.dfsMethods 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.ischemaConstructors in org.apache.drill.exec.store.ischema with parameters of type WorkspaceSchemaFactory.WorkspaceSchemaModifierConstructorDescriptionFile(String schemaName, WorkspaceSchemaFactory.WorkspaceSchema wsSchema, org.apache.hadoop.fs.FileStatus fileStatus)