org.apache.hadoop.hive.ql.plan
Class ShowColumnsDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.ShowColumnsDesc
- All Implemented Interfaces:
- Serializable
public class ShowColumnsDesc
- 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 |
ShowColumnsDesc
public ShowColumnsDesc()
ShowColumnsDesc
public ShowColumnsDesc(org.apache.hadoop.fs.Path resFile)
- Parameters:
resFile
-
ShowColumnsDesc
public ShowColumnsDesc(org.apache.hadoop.fs.Path resFile,
String tableName)
- Parameters:
tableName
- name of table to show columns of
ShowColumnsDesc
public ShowColumnsDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
String tableName)
- Parameters:
dbName
- name of the databasetableName
- name of table to show columns of
getTable
public String getTable()
getSchema
public String getSchema()
getTableName
public String getTableName()
- Returns:
- the tableName
setTableName
public void setTableName(String tableName)
- Parameters:
tableName
- the tableName to set
getResFile
public String getResFile()
- Returns:
- the resFile
setResFile
public void setResFile(String resFile)
- Parameters:
resFile
- the resFile to set
getDbName
public String getDbName()
setDbName
public void setDbName(String dbName)
Copyright © 2013 The Apache Software Foundation