Uses of Interface
org.apache.pig.TerminatingAccumulator

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

Uses of TerminatingAccumulator in org.apache.pig
 

Classes in org.apache.pig that implement TerminatingAccumulator
 class IteratingAccumulatorEvalFunc<T>
          This class provides a much more intuitive way to write Accumulator UDFs.
For example, you could express IsEmpty as follows:
 

Uses of TerminatingAccumulator in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement TerminatingAccumulator
 class IsEmpty
          Determine whether a bag or map is empty.
 



Copyright © 2007-2012 The Apache Software Foundation