public interface SchemaPartitionExplorer
For a more explanation of the current use of this interface see
the documentation in PartitionExplorer
.
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
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> getSubPartitions(String table, List<String> partitionColumns, List<String> partitionValues) throws PartitionNotFoundException
For more info see docs in PartitionExplorer
.
partitionColumns
- a list of partitions to matchpartitionValues
- list of values of each partition (corresponding
to the partition column list)PartitionNotFoundException
- when the partition does not exist in
the given workspaceCopyright © 1970 The Apache Software Foundation. All rights reserved.