org.apache.hadoop.hive.ql.plan
Class DescFunctionDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.DescFunctionDesc
- All Implemented Interfaces:
- Serializable
public class DescFunctionDesc
- extends DDLDesc
- implements Serializable
DescFunctionDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescFunctionDesc
public DescFunctionDesc()
DescFunctionDesc
public DescFunctionDesc(org.apache.hadoop.fs.Path resFile)
- Parameters:
resFile
-
DescFunctionDesc
public DescFunctionDesc(org.apache.hadoop.fs.Path resFile,
String name,
boolean isExtended)
- Parameters:
name
- of the function to describe
isExtended
public boolean isExtended()
setExtended
public void setExtended(boolean isExtended)
getTable
public String getTable()
getSchema
public String getSchema()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- is the function name
getResFile
public String getResFile()
- Returns:
- the resFile
setResFile
public void setResFile(String resFile)
- Parameters:
resFile
- the resFile to set
Copyright © 2013 The Apache Software Foundation