public interface PartitionLocation
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.Path |
getCompositePartitionPath()
Returns the path string of directory names only for composite partition
|
org.apache.hadoop.fs.Path |
getEntirePartitionLocation()
Returns the path of this partition.
|
List<SimplePartitionLocation> |
getPartitionLocationRecursive()
Returns the list of the non-composite partitions that this partition consists of.
|
String |
getPartitionValue(int index)
Returns the value of the 'index' partition column
|
boolean |
isCompositePartition()
Returns if this is a simple or composite partition.
|
String getPartitionValue(int index)
org.apache.hadoop.fs.Path getEntirePartitionLocation()
List<SimplePartitionLocation> getPartitionLocationRecursive()
boolean isCompositePartition()
org.apache.hadoop.fs.Path getCompositePartitionPath()
Copyright © 1970 The Apache Software Foundation. All rights reserved.