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

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

public class descTableDesc
extends ddlDesc
implements Serializable

See Also:
Serialized Form

Constructor Summary
descTableDesc(org.apache.hadoop.fs.Path resFile, String tableName, HashMap<String,String> partSpec, boolean isExt)
           
 
Method Summary
 HashMap<String,String> getPartSpec()
           
 org.apache.hadoop.fs.Path getResFile()
           
 String getResFileString()
           
 String getSchema()
           
 String getTable()
           
 String getTableName()
           
 boolean isExt()
           
 void setExt(boolean isExt)
           
 void setPartSpecs(HashMap<String,String> partSpec)
           
 void setResFile(org.apache.hadoop.fs.Path resFile)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

descTableDesc

public descTableDesc(org.apache.hadoop.fs.Path resFile,
                     String tableName,
                     HashMap<String,String> partSpec,
                     boolean isExt)
Parameters:
isExt -
partSpec -
resFile -
tableName -
Method Detail

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