public class ParquetPartitionLocation extends SimplePartitionLocation
| Constructor and Description |
|---|
ParquetPartitionLocation(org.apache.hadoop.fs.Path file) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
getEntirePartitionLocation()
Get the location of this partition
|
String |
getPartitionValue(int index)
Parquet CTAS auto partitioning scheme does not support getting the partition value
based on the location string.
|
getCompositePartitionPath, getPartitionLocationRecursive, isCompositePartitionpublic ParquetPartitionLocation(org.apache.hadoop.fs.Path file)
public String getPartitionValue(int index)
index - public org.apache.hadoop.fs.Path getEntirePartitionLocation()
Copyright © 2021 The Apache Software Foundation. All rights reserved.