public class ShowFunctionsDesc extends DDLDesc implements Serializable
| Constructor and Description |
|---|
ShowFunctionsDesc() |
ShowFunctionsDesc(org.apache.hadoop.fs.Path resFile) |
ShowFunctionsDesc(org.apache.hadoop.fs.Path resFile,
String pattern) |
ShowFunctionsDesc(org.apache.hadoop.fs.Path resFile,
String pattern,
boolean isLikePattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsLikePattern() |
String |
getPattern() |
String |
getResFile() |
String |
getSchema() |
String |
getTable() |
void |
setPattern(String pattern) |
void |
setResFile(String resFile) |
public ShowFunctionsDesc()
public ShowFunctionsDesc(org.apache.hadoop.fs.Path resFile)
resFile - public ShowFunctionsDesc(org.apache.hadoop.fs.Path resFile,
String pattern)
pattern - names of tables to showpublic ShowFunctionsDesc(org.apache.hadoop.fs.Path resFile,
String pattern,
boolean isLikePattern)
pattern - names of tables to showlike - is like keyword usedpublic String getTable()
public String getSchema()
public String getPattern()
public void setPattern(String pattern)
pattern - the pattern to setpublic String getResFile()
public void setResFile(String resFile)
resFile - the resFile to setpublic boolean getIsLikePattern()
Copyright © 2017 The Apache Software Foundation. All rights reserved.