Uses of Class
org.apache.drill.exec.store.PartitionNotFoundException
-
Uses of PartitionNotFoundException in org.apache.drill.exec.store
Modifier and TypeMethodDescriptionAbstractSchema.getSubPartitions
(String table, List<String> partitionColumns, List<String> partitionValues) PartitionExplorer.getSubPartitions
(String schema, String table, List<String> partitionColumns, List<String> partitionValues) For the schema provided, get a list of sub-partitions of a particular table and the partitions specified by partition columns and values.PartitionExplorerImpl.getSubPartitions
(String schema, String table, List<String> partitionColumns, List<String> partitionValues) SchemaPartitionExplorer.getSubPartitions
(String table, List<String> partitionColumns, List<String> partitionValues) Get a list of sub-partitions of a particular table and the partitions specified by partition columns and values.SubSchemaWrapper.getSubPartitions
(String table, List<String> partitionColumns, List<String> partitionValues) -
Uses of PartitionNotFoundException in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionFileSystemSchemaFactory.FileSystemSchema.getSubPartitions
(String table, List<String> partitionColumns, List<String> partitionValues) WorkspaceSchemaFactory.WorkspaceSchema.getSubPartitions
(String table, List<String> partitionColumns, List<String> partitionValues)