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

See Also:
Serialized Form

Constructor Summary
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(String functionName)
Method Detail

getFunctionName

public String getFunctionName()

setFunctionName

public void setFunctionName(String functionName)


Copyright © 2009 The Apache Software Foundation