public class AlterTableAlterPartDesc extends DDLDesc
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
AlterTableAlterPartDesc() |
AlterTableAlterPartDesc(String tableName,
org.apache.hadoop.hive.metastore.api.FieldSchema partKeySpec) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hive.metastore.api.FieldSchema |
getPartKeySpec() |
String |
getTableName() |
void |
setPartKeySpec(org.apache.hadoop.hive.metastore.api.FieldSchema partKeySpec) |
void |
setTableName(String tableName) |
public AlterTableAlterPartDesc()
public AlterTableAlterPartDesc(String tableName, org.apache.hadoop.hive.metastore.api.FieldSchema partKeySpec)
tableName - table containing the partitionpartKeySpec - public String getTableName()
public void setTableName(String tableName)
public org.apache.hadoop.hive.metastore.api.FieldSchema getPartKeySpec()
public void setPartKeySpec(org.apache.hadoop.hive.metastore.api.FieldSchema partKeySpec)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.