org.apache.hadoop.hive.ql.plan
Class descTableDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.ddlDesc
org.apache.hadoop.hive.ql.plan.descTableDesc
- All Implemented Interfaces:
- Serializable
public class descTableDesc
- 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 |
descTableDesc
public descTableDesc(org.apache.hadoop.fs.Path resFile,
String tableName,
HashMap<String,String> partSpec,
boolean isExt)
- Parameters:
isExt
- partSpec
- resFile
- tableName
-
getTable
public String getTable()
getSchema
public String getSchema()
isExt
public boolean isExt()
- Returns:
- the isExt
setExt
public void setExt(boolean isExt)
- Parameters:
isExt
- the isExt to set
getTableName
public String getTableName()
- Returns:
- the tableName
setTableName
public void setTableName(String tableName)
- Parameters:
tableName
- the tableName to set
getPartSpec
public HashMap<String,String> getPartSpec()
- Returns:
- the partSpec
setPartSpecs
public void setPartSpecs(HashMap<String,String> partSpec)
- Parameters:
partSpec
- the partSpec to set
getResFile
public org.apache.hadoop.fs.Path getResFile()
- Returns:
- the resFile
getResFileString
public String getResFileString()
setResFile
public void setResFile(org.apache.hadoop.fs.Path resFile)
- Parameters:
resFile
- the resFile to set
Copyright © 2009 The Apache Software Foundation