Uses of Interface
org.apache.pig.Algebraic

Packages that use Algebraic
org.apache.pig.builtin   
 

Uses of Algebraic in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement Algebraic
 class AVG
          Generates the average of the values of the first field of a tuple.
 class COUNT
          Generates the count of the values of the first field of a tuple.
 class Distinct
          Find the distinct set of tuples in a bag.
 class DoubleAvg
          Generates the average of the values of the first field of a tuple.
 class DoubleMax
          Generates the max of the values of the first field of a tuple.
 class DoubleMin
          Generates the min of the Double values in the first field of a tuple.
 class DoubleSum
          Generates the sum of the values of the first field of a tuple.
 class FloatAvg
          Generates the average of the values of the first field of a tuple.
 class FloatMax
          Generates the max of the values of the first field of a tuple.
 class FloatMin
          Generates the min of the Float values in the first field of a tuple.
 class FloatSum
          Generates the sum of the Float values in the first field of a tuple.
 class IntAvg
          Generates the average of the values of the first field of a tuple.
 class IntMax
          Generates the max of the values of the first field of a tuple.
 class IntMin
          Generates the min of the Integer values in the first field of a tuple.
 class IntSum
          Generates the sum of the Integer in the first field of a tuple.
 class LongAvg
          Generates the average of the values of the first field of a tuple.
 class LongMax
          Generates the max of the values of the first field of a tuple.
 class LongMin
          Generates the min of the Long values in the first field of a tuple.
 class LongSum
          Generates the sum of the Long values in the first field of a tuple.
 class MAX
          Generates the max of the values of the first field of a tuple.
 class MIN
          Generates the min of the values of the first field of a tuple.
 class StringMax
          Generates the max of the values of the first field of a tuple.
 class StringMin
          Generates the min of the String values in the first field of a tuple.
 class SUM
          Generates the sum of the values of the first field of a tuple.
 



Copyright © ${year} The Apache Software Foundation