Class HivePartitionLocation
java.lang.Object
org.apache.drill.exec.planner.SimplePartitionLocation
org.apache.drill.exec.planner.sql.HivePartitionLocation
- All Implemented Interfaces:
PartitionLocation
-
Constructor Summary
ConstructorDescriptionHivePartitionLocation
(List<String> partitionValues, org.apache.hadoop.fs.Path partitionLocation) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.fs.Path
Returns the path of this partition.getPartitionValue
(int index) Returns the value of the 'index' partition columnMethods inherited from class org.apache.drill.exec.planner.SimplePartitionLocation
getCompositePartitionPath, getPartitionLocationRecursive, isCompositePartition
-
Constructor Details
-
HivePartitionLocation
-
-
Method Details
-
getPartitionValue
Description copied from interface:PartitionLocation
Returns the value of the 'index' partition column -
getEntirePartitionLocation
public org.apache.hadoop.fs.Path getEntirePartitionLocation()Description copied from interface:PartitionLocation
Returns the path of this partition. Only a non-composite partition supports this.
-