Package org.apache.drill.exec.planner
Class ParquetPartitionLocation
java.lang.Object
org.apache.drill.exec.planner.SimplePartitionLocation
org.apache.drill.exec.planner.ParquetPartitionLocation
- All Implemented Interfaces:
PartitionLocation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.fs.Path
Get the location of this partitiongetPartitionValue
(int index) Parquet CTAS auto partitioning scheme does not support getting the partition value based on the location string.Methods inherited from class org.apache.drill.exec.planner.SimplePartitionLocation
getCompositePartitionPath, getPartitionLocationRecursive, isCompositePartition
-
Constructor Details
-
ParquetPartitionLocation
public ParquetPartitionLocation(org.apache.hadoop.fs.Path file)
-
-
Method Details
-
getPartitionValue
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
-