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

DescTableDesc.

See Also:
Serialized Form

Constructor Summary
DescTableDesc()
           
DescTableDesc(org.apache.hadoop.fs.Path resFile, String tableName, Map<String,String> partSpec, String colPath)
           
 
Method Summary
 String getColumnPath()
           
 Map<String,String> getPartSpec()
           
 String getResFile()
           
static String getSchema()
           
 String getTable()
           
 String getTableName()
           
 boolean isExt()
           
 boolean isFormatted()
           
 boolean isPretty()
           
 void setColPath(String colPath)
           
 void setExt(boolean isExt)
           
 void setFormatted(boolean isFormat)
           
 void setPartSpec(Map<String,String> partSpec)
           
 void setPartSpecs(Map<String,String> partSpec)
           
 void setPretty(boolean isPretty)
           
 void setResFile(String resFile)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescTableDesc

public DescTableDesc()

DescTableDesc

public DescTableDesc(org.apache.hadoop.fs.Path resFile,
                     String tableName,
                     Map<String,String> partSpec,
                     String colPath)
Parameters:
partSpec -
resFile -
tableName -
Method Detail

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

isPretty

public boolean isPretty()

setPretty

public void setPretty(boolean isPretty)

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 © 2014 The Apache Software Foundation. All rights reserved.