org.apache.hadoop.hive.ql.plan
Class createFunctionDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.createFunctionDesc
- All Implemented Interfaces:
- Serializable
public class createFunctionDesc
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createFunctionDesc
public createFunctionDesc(String functionName,
String className)
getFunctionName
public String getFunctionName()
setFunctionName
public void setFunctionName(String functionName)
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
Copyright © 2009 The Apache Software Foundation