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

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

public class ShowTableStatusDesc
extends DDLDesc
implements Serializable

ShowTableStatusDesc.

See Also:
Serialized Form

Constructor Summary
ShowTableStatusDesc()
          For serializatino use only.
ShowTableStatusDesc(String resFile, String dbName, String pattern)
           
ShowTableStatusDesc(String resFile, String dbName, String pattern, HashMap<String,String> partSpec)
           
 
Method Summary
 String getDbName()
           
 HashMap<String,String> getPartSpec()
           
 String getPattern()
           
 String getResFile()
           
 String getResFileString()
           
 String getSchema()
           
 String getTable()
           
 void setDbName(String dbName)
           
 void setPartSpec(HashMap<String,String> partSpec)
           
 void setPattern(String pattern)
           
 void setResFile(String resFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowTableStatusDesc

public ShowTableStatusDesc()
For serializatino use only.


ShowTableStatusDesc

public ShowTableStatusDesc(String resFile,
                           String dbName,
                           String pattern)
Parameters:
pattern - names of tables to show

ShowTableStatusDesc

public ShowTableStatusDesc(String resFile,
                           String dbName,
                           String pattern,
                           HashMap<String,String> partSpec)
Parameters:
resFile -
dbName - data base name
pattern - names of tables to show
partSpec - partition specification
Method Detail

getTable

public String getTable()

getSchema

public String getSchema()

getPattern

public String getPattern()
Returns:
the pattern

setPattern

public void setPattern(String pattern)
Parameters:
pattern - the pattern to set

getResFile

public String getResFile()
Returns:
the resFile

getResFileString

public String getResFileString()

setResFile

public void setResFile(String resFile)
Parameters:
resFile - the resFile to set

getDbName

public String getDbName()
Returns:
the database name

setDbName

public void setDbName(String dbName)
Parameters:
dbName - the database name

getPartSpec

public HashMap<String,String> getPartSpec()
Returns:
the partSpec

setPartSpec

public void setPartSpec(HashMap<String,String> partSpec)
Parameters:
partSpec - the partSpec to set


Copyright © 2014 The Apache Software Foundation. All rights reserved.