org.apache.hadoop.hive.ql.plan
Class DropFunctionDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DropFunctionDesc
All Implemented Interfaces:
Serializable

public class DropFunctionDesc
extends Object
implements Serializable

DropFunctionDesc.

See Also:
Serialized Form

Constructor Summary
DropFunctionDesc()
          For serialization only.
DropFunctionDesc(String functionName)
           
 
Method Summary
 String getFunctionName()
           
 void setFunctionName(String functionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropFunctionDesc

public DropFunctionDesc()
For serialization only.


DropFunctionDesc

public DropFunctionDesc(String functionName)
Method Detail

getFunctionName

public String getFunctionName()

setFunctionName

public void setFunctionName(String functionName)


Copyright © 2013 The Apache Software Foundation