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 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 SUM
          Generates the sum of the values of the first field of a tuple.
 



Copyright © ${year} The Apache Software Foundation