Class HivePartitionLocation

java.lang.Object
org.apache.drill.exec.planner.SimplePartitionLocation
org.apache.drill.exec.planner.sql.HivePartitionLocation
All Implemented Interfaces:
PartitionLocation

public class HivePartitionLocation extends SimplePartitionLocation
  • Constructor Details

    • HivePartitionLocation

      public HivePartitionLocation(List<String> partitionValues, org.apache.hadoop.fs.Path partitionLocation)
  • Method Details

    • getPartitionValue

      public String getPartitionValue(int index)
      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.