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

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

public class FunctionWork
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FunctionWork(createFunctionDesc createFunctionDesc)
           
FunctionWork(dropFunctionDesc dropFunctionDesc)
           
 
Method Summary
 createFunctionDesc getCreateFunctionDesc()
           
 dropFunctionDesc getDropFunctionDesc()
           
 void setCreateFunctionDesc(createFunctionDesc createFunctionDesc)
           
 void setDropFunctionDesc(dropFunctionDesc dropFunctionDesc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionWork

public FunctionWork(createFunctionDesc createFunctionDesc)

FunctionWork

public FunctionWork(dropFunctionDesc dropFunctionDesc)
Method Detail

getCreateFunctionDesc

public createFunctionDesc getCreateFunctionDesc()

setCreateFunctionDesc

public void setCreateFunctionDesc(createFunctionDesc createFunctionDesc)

getDropFunctionDesc

public dropFunctionDesc getDropFunctionDesc()

setDropFunctionDesc

public void setDropFunctionDesc(dropFunctionDesc dropFunctionDesc)


Copyright © 2009 The Apache Software Foundation