public interface SchemaPartitionExplorer
PartitionExplorer.Iterable<String> getSubPartitions(String table, List<String> partitionColumns, List<String> partitionValues) throws PartitionNotFoundException
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 © 2017 The Apache Software Foundation. All rights reserved.