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