org.apache.hadoop.hive.ql.plan
Class AlterTableAlterPartDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DDLDesc
      extended by org.apache.hadoop.hive.ql.plan.AlterTableAlterPartDesc
All Implemented Interfaces:
Serializable

public class AlterTableAlterPartDesc
extends DDLDesc

See Also:
Serialized Form

Constructor Summary
AlterTableAlterPartDesc()
           
AlterTableAlterPartDesc(String dbName, String tableName, org.apache.hadoop.hive.metastore.api.FieldSchema partKeySpec)
           
 
Method Summary
 String getDbName()
           
 org.apache.hadoop.hive.metastore.api.FieldSchema getPartKeySpec()
           
 String getTableName()
           
 void setDbName(String dbName)
           
 void setPartKeySpec(org.apache.hadoop.hive.metastore.api.FieldSchema partKeySpec)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlterTableAlterPartDesc

public AlterTableAlterPartDesc()

AlterTableAlterPartDesc

public AlterTableAlterPartDesc(String dbName,
                               String tableName,
                               org.apache.hadoop.hive.metastore.api.FieldSchema partKeySpec)
Parameters:
dbName - database that contains the table / partition
tableName - table containing the partition
partKeySpec - key column specification.
Method Detail

getTableName

public String getTableName()

setTableName

public void setTableName(String tableName)

getDbName

public String getDbName()

setDbName

public void setDbName(String dbName)

getPartKeySpec

public org.apache.hadoop.hive.metastore.api.FieldSchema getPartKeySpec()

setPartKeySpec

public void setPartKeySpec(org.apache.hadoop.hive.metastore.api.FieldSchema partKeySpec)


Copyright © 2014 The Apache Software Foundation. All rights reserved.