| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.metadata | |
| org.apache.hadoop.hive.ql.parse |
| Modifier and Type | Method and Description |
|---|---|
default List<TransformSpec> |
HiveStorageHandler.getPartitionTransformSpec(Table table)
Return a list of partition transform specifications.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TransformSpec> |
PartitionTransform.getPartitionTransformSpec(ASTNode node)
Parse the partition transform specifications from the AST Tree node.
|
static List<TransformSpec> |
PartitionTransform.getPartitionTransformSpec(List<org.apache.hadoop.hive.metastore.api.FieldSchema> fields)
Get the identity transform specification based on the partition columns
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.