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)
           
 
Method Summary
 createFunctionDesc getCreateFunctionDesc()
           
 void setCreateFunctionDesc(createFunctionDesc createFunctionDesc)
           
 
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)
Method Detail

getCreateFunctionDesc

public createFunctionDesc getCreateFunctionDesc()

setCreateFunctionDesc

public void setCreateFunctionDesc(createFunctionDesc createFunctionDesc)


Copyright © 2009 The Apache Software Foundation