Uses of Class
org.apache.pig.TypedOutputEvalFunc

Packages that use TypedOutputEvalFunc
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.builtin This package contains builtin Pig UDFs. 
 

Uses of TypedOutputEvalFunc in org.apache.pig
 

Subclasses of TypedOutputEvalFunc in org.apache.pig
 class PrimitiveEvalFunc<IN,OUT>
          Base class for simple Pig UDFs that are functions of primitive types IN to OUT.
 

Uses of TypedOutputEvalFunc in org.apache.pig.builtin
 

Subclasses of TypedOutputEvalFunc in org.apache.pig.builtin
 class FunctionWrapperEvalFunc
          EvalFunc that wraps an implementation of the Function interface, which is passed as a String in the constructor.
 



Copyright © 2007-2012 The Apache Software Foundation