Uses of Interface
org.apache.pig.ExceptionalFunction

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

Uses of ExceptionalFunction in org.apache.pig
 

Subinterfaces of ExceptionalFunction in org.apache.pig
 interface Function<S,T>
          A convenience typedef that ties into both google's Function and ExceptionalFunction.
 

Uses of ExceptionalFunction in org.apache.pig.builtin
 

Constructors in org.apache.pig.builtin with parameters of type ExceptionalFunction
FunctionWrapperEvalFunc(ExceptionalFunction function)
          Determines the input and output types of the Function and initializes the superclass.
 



Copyright © 2007-2012 The Apache Software Foundation