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
DescTableDesc.
- 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()
DescTableDesc
public DescTableDesc(org.apache.hadoop.fs.Path resFile,
String tableName,
Map<String,String> partSpec,
String colPath)
- Parameters:
partSpec
- resFile
- tableName
-
setPartSpec
public void setPartSpec(Map<String,String> partSpec)
getTable
public String getTable()
getSchema
public static String getSchema()
isExt
public boolean isExt()
- Returns:
- the isExt
setExt
public void setExt(boolean isExt)
- Parameters:
isExt
- the isExt to set
isFormatted
public boolean isFormatted()
- Returns:
- the isFormatted
setFormatted
public void setFormatted(boolean isFormat)
- Parameters:
isFormat
- the isFormat to set
getTableName
public String getTableName()
- Returns:
- the tableName
setTableName
public void setTableName(String tableName)
- Parameters:
tableName
- the tableName to set
setColPath
public void setColPath(String colPath)
- Parameters:
colPath
- the colPath to set
getColumnPath
public String getColumnPath()
- Returns:
- the columnPath
getPartSpec
public Map<String,String> getPartSpec()
- Returns:
- the partSpec
setPartSpecs
public void setPartSpecs(Map<String,String> partSpec)
- Parameters:
partSpec
- the partSpec to set
getResFile
public String getResFile()
- Returns:
- the resFile
setResFile
public void setResFile(String resFile)
- Parameters:
resFile
- the resFile to set
Copyright © 2013 The Apache Software Foundation