org.apache.hadoop.hive.ql.plan
Class showTableStatusDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.ddlDesc
org.apache.hadoop.hive.ql.plan.showTableStatusDesc
- All Implemented Interfaces:
- Serializable
public class showTableStatusDesc
- 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 |
showTableStatusDesc
public showTableStatusDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
String pattern)
- Parameters:
pattern
- names of tables to show
showTableStatusDesc
public showTableStatusDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
String pattern,
HashMap<String,String> partSpec)
- Parameters:
resFile
- dbName
- data base namepattern
- names of tables to showpart
- partition specification
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 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
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
setPartSpecs
public void setPartSpecs(HashMap<String,String> partSpec)
- Parameters:
partSpec
- the partSpec to set
Copyright © 2009 The Apache Software Foundation