| Package | Description |
|---|---|
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.dfs |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
SubSchemaWrapper.getSubPartitions(String table,
List<String> partitionColumns,
List<String> partitionValues) |
Iterable<String> |
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.
|
Iterable<String> |
AbstractSchema.getSubPartitions(String table,
List<String> partitionColumns,
List<String> partitionValues) |
Iterable<String> |
PartitionExplorerImpl.getSubPartitions(String schema,
String table,
List<String> partitionColumns,
List<String> partitionValues) |
Iterable<String> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
WorkspaceSchemaFactory.WorkspaceSchema.getSubPartitions(String table,
List<String> partitionColumns,
List<String> partitionValues) |
Iterable<String> |
FileSystemSchemaFactory.FileSystemSchema.getSubPartitions(String table,
List<String> partitionColumns,
List<String> partitionValues) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.