public class ShowColumnsDesc extends DDLDesc implements Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
ShowColumnsDesc() |
ShowColumnsDesc(org.apache.hadoop.fs.Path resFile) |
ShowColumnsDesc(org.apache.hadoop.fs.Path resFile,
String tableName) |
ShowColumnsDesc(org.apache.hadoop.fs.Path resFile,
String tableName,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern() |
String |
getResFile() |
String |
getSchema() |
String |
getTable() |
String |
getTableName() |
void |
setPattern(String pattern) |
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 getPattern()
public void setPattern(String pattern)
pattern - the pattern to setpublic String getTableName()
public void setTableName(String tableName)
tableName - the tableName to setpublic String getResFile()
public void setResFile(String resFile)
resFile - the resFile to setCopyright © 2019 The Apache Software Foundation. All Rights Reserved.