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

FunctionWork.

See Also:
Serialized Form

Constructor Summary
FunctionWork()
          For serialization only.
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()
For serialization only.


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 © 2011 The Apache Software Foundation