public class PartitionTransform extends Object
| Constructor and Description |
|---|
PartitionTransform() |
| Modifier and Type | Method and Description |
|---|---|
static List<TransformSpec> |
getPartitionTransformSpec(ASTNode node)
Parse the partition transform specifications from the AST Tree node.
|
static List<TransformSpec> |
getPartitionTransformSpec(List<org.apache.hadoop.hive.metastore.api.FieldSchema> fields)
Get the identity transform specification based on the partition columns
|
public static List<TransformSpec> getPartitionTransformSpec(List<org.apache.hadoop.hive.metastore.api.FieldSchema> fields)
fields - The partition column fieldspublic static List<TransformSpec> getPartitionTransformSpec(ASTNode node)
node - AST Tree node, must be not nullCopyright © 2022 The Apache Software Foundation. All rights reserved.