org.apache.hadoop.hive.ql.plan
Class dropTableDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.ddlDesc
org.apache.hadoop.hive.ql.plan.dropTableDesc
- All Implemented Interfaces:
- Serializable
public class dropTableDesc
- extends ddlDesc
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dropTableDesc
public dropTableDesc(String tableName)
- Parameters:
tableName
-
dropTableDesc
public dropTableDesc(String tableName,
List<Map<String,String>> partSpecs)
getTableName
public String getTableName()
- Returns:
- the tableName
setTableName
public void setTableName(String tableName)
- Parameters:
tableName
- the tableName to set
getPartSpecs
public List<Map<String,String>> getPartSpecs()
- Returns:
- the partSpecs
setPartSpecs
public void setPartSpecs(List<Map<String,String>> partSpecs)
- Parameters:
partSpecs
- the partSpecs to set
Copyright © 2009 The Apache Software Foundation