Class ParquetPartitionLocation

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

public class ParquetPartitionLocation extends SimplePartitionLocation
  • Constructor Details

    • ParquetPartitionLocation

      public ParquetPartitionLocation(org.apache.hadoop.fs.Path file)
  • Method Details

    • getPartitionValue

      public String getPartitionValue(int index)
      Parquet CTAS auto partitioning scheme does not support getting the partition value based on the location string.
      Parameters:
      index -
      Returns:
    • getEntirePartitionLocation

      public org.apache.hadoop.fs.Path getEntirePartitionLocation()
      Get the location of this partition
      Returns:
      String location of the partition