public class AlterTableAlterPartDesc extends DDLDesc
| Constructor and Description |
|---|
AlterTableAlterPartDesc() |
AlterTableAlterPartDesc(String tableName,
FieldSchema partKeySpec) |
| Modifier and Type | Method and Description |
|---|---|
FieldSchema |
getPartKeySpec() |
String |
getTableName() |
void |
setPartKeySpec(FieldSchema partKeySpec) |
void |
setTableName(String tableName) |
public AlterTableAlterPartDesc()
public AlterTableAlterPartDesc(String tableName, FieldSchema partKeySpec)
tableName - table containing the partitionpartKeySpec - public String getTableName()
public void setTableName(String tableName)
public FieldSchema getPartKeySpec()
public void setPartKeySpec(FieldSchema partKeySpec)
Copyright © 2017 The Apache Software Foundation. All rights reserved.