org.apache.hadoop.hive.ql.udf.generic
Interface GenericUDF.DeferredObject

Enclosing class:
GenericUDF

public static interface GenericUDF.DeferredObject

A Defered Object allows us to do lazy-evaluation and short-circuiting. GenericUDF use DeferedObject to pass arguments.


Method Summary
 Object get()
           
 

Method Detail

get

Object get()
           throws HiveException
Throws:
HiveException


Copyright © 2011 The Apache Software Foundation