org.apache.hadoop.hive.ql.plan
Class AlterTableAlterPartDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.AlterTableAlterPartDesc
- All Implemented Interfaces:
- Serializable
public class AlterTableAlterPartDesc
- extends DDLDesc
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlterTableAlterPartDesc
public AlterTableAlterPartDesc()
AlterTableAlterPartDesc
public AlterTableAlterPartDesc(String dbName,
String tableName,
FieldSchema partKeySpec)
- Parameters:
dbName
- database that contains the table / partitiontableName
- table containing the partitionpartKeySpec
- key column specification.
getTableName
public String getTableName()
setTableName
public void setTableName(String tableName)
getDbName
public String getDbName()
setDbName
public void setDbName(String dbName)
getPartKeySpec
public FieldSchema getPartKeySpec()
setPartKeySpec
public void setPartKeySpec(FieldSchema partKeySpec)
Copyright © 2012 The Apache Software Foundation