Uses of Class
org.apache.pig.EvalFunc

Packages that use EvalFunc
org.apache.pig.builtin   
org.apache.pig.impl.builtin   
org.apache.pig.impl.eval   
 

Uses of EvalFunc in org.apache.pig.builtin
 

Subclasses of EvalFunc in org.apache.pig.builtin
 class ARITY
           
 class AVG
          Generates the average of the values of the first field of a tuple.
static class AVG.Final
           
static class AVG.Initial
           
static class AVG.Intermed
           
 class COUNT
          Generates the count of the values of the first field of a tuple.
static class COUNT.Final
           
static class COUNT.Initial
           
static class COUNT.Intermed
           
 class DIFF
          DIFF compares the fields of a tuple with arity 2.
 class MAX
          Generates the max of the values of the first field of a tuple.
static class MAX.Final
           
static class MAX.Initial
           
 class MIN
          Generates the min of the values of the first field of a tuple.
static class MIN.Final
           
static class MIN.Initial
           
 class SUM
          Generates the sum of the values of the first field of a tuple.
static class SUM.Final
           
static class SUM.Initial
           
 class TOKENIZE
           
 

Uses of EvalFunc in org.apache.pig.impl.builtin
 

Subclasses of EvalFunc in org.apache.pig.impl.builtin
 class ADD
           
 class DIVIDE
           
 class FindQuantiles
           
 class GFAny
          built-in grouping function; permits system to choose any grouping.
 class GFCross
           
 class GFReplicate
           
 class MULTIPLY
           
 class ShellBagEvalFunc
           
 class SUBTRACT
           
 

Uses of EvalFunc in org.apache.pig.impl.eval
 

Methods in org.apache.pig.impl.eval that return EvalFunc
 EvalFunc FuncEvalSpec.getFunc()
          Extend the default deserialization
 



Copyright © ${year} The Apache Software Foundation