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(CreateMacroDesc createMacroDesc)
           
FunctionWork(DropFunctionDesc dropFunctionDesc)
           
FunctionWork(DropMacroDesc dropMacroDesc)
           
 
Method Summary
 CreateFunctionDesc getCreateFunctionDesc()
           
 CreateMacroDesc getCreateMacroDesc()
           
 DropFunctionDesc getDropFunctionDesc()
           
 DropMacroDesc getDropMacroDesc()
           
 void setCreateFunctionDesc(CreateFunctionDesc createFunctionDesc)
           
 void setDropFunctionDesc(DropFunctionDesc dropFunctionDesc)
           
 
Methods inherited from class java.lang.Object
equals, 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)

FunctionWork

public FunctionWork(CreateMacroDesc createMacroDesc)

FunctionWork

public FunctionWork(DropMacroDesc dropMacroDesc)
Method Detail

getCreateFunctionDesc

public CreateFunctionDesc getCreateFunctionDesc()

setCreateFunctionDesc

public void setCreateFunctionDesc(CreateFunctionDesc createFunctionDesc)

getDropFunctionDesc

public DropFunctionDesc getDropFunctionDesc()

setDropFunctionDesc

public void setDropFunctionDesc(DropFunctionDesc dropFunctionDesc)

getCreateMacroDesc

public CreateMacroDesc getCreateMacroDesc()

getDropMacroDesc

public DropMacroDesc getDropMacroDesc()


Copyright © 2014 The Apache Software Foundation. All rights reserved.