Uses of Class
org.apache.drill.exec.store.dfs.WorkspaceSchemaFactory.WorkspaceSchema
Package
Description
-
Uses of WorkspaceSchemaFactory.WorkspaceSchema in org.apache.drill.exec.planner.sql
Modifier 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
Modifier and TypeMethodDescriptionSchemaHandler.getWorkspaceSchema
(List<String> tableSchema, String tableName) -
Uses of WorkspaceSchemaFactory.WorkspaceSchema in org.apache.drill.exec.record.metadata.schema
ModifierConstructorDescriptionFsMetastoreSchemaProvider
(WorkspaceSchemaFactory.WorkspaceSchema wsSchema, String tableName) -
Uses of WorkspaceSchemaFactory.WorkspaceSchema in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionWorkspaceSchemaFactory.createSchema
(List<String> parentSchemaPath, SchemaConfig schemaConfig, DrillFileSystem fs) -
Uses of WorkspaceSchemaFactory.WorkspaceSchema in org.apache.drill.exec.store.ischema
ModifierConstructorDescriptionFile
(String schemaName, WorkspaceSchemaFactory.WorkspaceSchema wsSchema, org.apache.hadoop.fs.FileStatus fileStatus)