public class ShowColumnsDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
ShowColumnsDesc() |
ShowColumnsDesc(org.apache.hadoop.fs.Path resFile) |
ShowColumnsDesc(org.apache.hadoop.fs.Path resFile,
String tableName) |
Modifier and Type | Method and Description |
---|---|
String |
getResFile() |
String |
getSchema() |
String |
getTable() |
String |
getTableName() |
void |
setResFile(String resFile) |
void |
setTableName(String tableName) |
public ShowColumnsDesc()
public ShowColumnsDesc(org.apache.hadoop.fs.Path resFile)
resFile
- public ShowColumnsDesc(org.apache.hadoop.fs.Path resFile, String tableName)
tableName
- name of table to show columns ofpublic String getTable()
public String getSchema()
public String getTableName()
public void setTableName(String tableName)
tableName
- the tableName to setpublic String getResFile()
public void setResFile(String resFile)
resFile
- the resFile to setCopyright © 2017 The Apache Software Foundation. All rights reserved.