public class DescFunctionDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
DescFunctionDesc() |
DescFunctionDesc(org.apache.hadoop.fs.Path resFile) |
DescFunctionDesc(org.apache.hadoop.fs.Path resFile,
String name,
boolean isExtended) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getResFile() |
String |
getSchema() |
String |
getTable() |
boolean |
isExtended() |
void |
setExtended(boolean isExtended) |
void |
setName(String name) |
void |
setResFile(String resFile) |
public DescFunctionDesc()
public DescFunctionDesc(org.apache.hadoop.fs.Path resFile)
resFile
- public DescFunctionDesc(org.apache.hadoop.fs.Path resFile, String name, boolean isExtended)
name
- of the function to describepublic boolean isExtended()
public void setExtended(boolean isExtended)
public String getTable()
public String getSchema()
public String getName()
public void setName(String name)
name
- is the function namepublic String getResFile()
public void setResFile(String resFile)
resFile
- the resFile to setCopyright © 2017 The Apache Software Foundation. All rights reserved.