Uses of Class
org.apache.pig.EvalFunc

Packages that use EvalFunc
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators   
org.apache.pig.builtin   
org.apache.pig.impl.builtin   
 

Uses of EvalFunc in org.apache.pig
 

Subclasses of EvalFunc in org.apache.pig
 class FilterFunc
           
 

Uses of EvalFunc in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators
 

Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators with parameters of type EvalFunc
POUserFunc(OperatorKey k, int rp, List<PhysicalOperator> inp, FuncSpec funcSpec, EvalFunc func)
           
 

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.Intermediate
           
 class BagSize
          Generates the size of the first field of a tuple.
 class CONCAT
          Generates the concatenation of the first two fields of a tuple.
 class ConstantSize
          Generates the size of the first field of a tuple.
 class COUNT
          Generates the count of the values of the first field of a tuple.
 class COUNT_STAR
          Generates the count of the values of the first field of a tuple.
static class COUNT_STAR.Final
           
static class COUNT_STAR.Initial
           
static class COUNT_STAR.Intermediate
           
static class COUNT.Final
           
static class COUNT.Initial
           
static class COUNT.Intermediate
           
 class DIFF
          DIFF compares the fields of a tuple with arity 2.
 class Distinct
          Find the distinct set of tuples in a bag.
static class Distinct.Final
           
static class Distinct.Initial
           
static class Distinct.Intermediate
           
 class DoubleAvg
          Generates the average of the values of the first field of a tuple.
static class DoubleAvg.Final
           
static class DoubleAvg.Initial
           
static class DoubleAvg.Intermediate
           
 class DoubleMax
          Generates the max of the values of the first field of a tuple.
static class DoubleMax.Final
           
static class DoubleMax.Initial
           
static class DoubleMax.Intermediate
           
 class DoubleMin
          Generates the min of the Double values in the first field of a tuple.
static class DoubleMin.Final
           
static class DoubleMin.Initial
           
static class DoubleMin.Intermediate
           
 class DoubleSum
          Generates the sum of the values of the first field of a tuple.
static class DoubleSum.Final
           
static class DoubleSum.Initial
           
static class DoubleSum.Intermediate
           
 class FloatAvg
          Generates the average of the values of the first field of a tuple.
static class FloatAvg.Final
           
static class FloatAvg.Initial
           
static class FloatAvg.Intermediate
           
 class FloatMax
          Generates the max of the values of the first field of a tuple.
static class FloatMax.Final
           
static class FloatMax.Initial
           
static class FloatMax.Intermediate
           
 class FloatMin
          Generates the min of the Float values in the first field of a tuple.
static class FloatMin.Final
           
static class FloatMin.Initial
           
static class FloatMin.Intermediate
           
 class FloatSum
          Generates the sum of the Float values in the first field of a tuple.
static class FloatSum.Final
           
static class FloatSum.Initial
           
static class FloatSum.Intermediate
           
 class IntAvg
          Generates the average of the values of the first field of a tuple.
static class IntAvg.Final
           
static class IntAvg.Initial
           
static class IntAvg.Intermediate
           
 class IntMax
          Generates the max of the values of the first field of a tuple.
static class IntMax.Final
           
static class IntMax.Initial
           
static class IntMax.Intermediate
           
 class IntMin
          Generates the min of the Integer values in the first field of a tuple.
static class IntMin.Final
           
static class IntMin.Initial
           
static class IntMin.Intermediate
           
 class IntSum
          Generates the sum of the Integer in the first field of a tuple.
static class IntSum.Final
           
static class IntSum.Initial
           
static class IntSum.Intermediate
           
 class IsEmpty
           
 class LongAvg
          Generates the average of the values of the first field of a tuple.
static class LongAvg.Final
           
static class LongAvg.Initial
           
static class LongAvg.Intermediate
           
 class LongMax
          Generates the max of the values of the first field of a tuple.
static class LongMax.Final
           
static class LongMax.Initial
           
static class LongMax.Intermediate
           
 class LongMin
          Generates the min of the Long values in the first field of a tuple.
static class LongMin.Final
           
static class LongMin.Initial
           
static class LongMin.Intermediate
           
 class LongSum
          Generates the sum of the Long values in the first field of a tuple.
static class LongSum.Final
           
static class LongSum.Initial
           
static class LongSum.Intermediate
           
 class MapSize
          Generates the size of the first field of a tuple.
 class MAX
          Generates the max of the values of the first field of a tuple.
static class MAX.Final
           
static class MAX.Initial
           
static class MAX.Intermediate
           
 class MIN
          Generates the min of the values of the first field of a tuple.
static class MIN.Final
           
static class MIN.Initial
           
static class MIN.Intermediate
           
 class RANDOM
           
 class SIZE
          Generates the Size of the first field of a tuple.
 class StringConcat
          Generates the concatenation of the first two fields of a tuple.
 class StringMax
          Generates the max of the values of the first field of a tuple.
static class StringMax.Final
           
static class StringMax.Initial
           
static class StringMax.Intermediate
           
 class StringMin
          Generates the min of the String values in the first field of a tuple.
static class StringMin.Final
           
static class StringMin.Initial
           
static class StringMin.Intermediate
           
 class StringSize
          Generates the size of the first field of a tuple.
 class SUM
          Generates the sum of the values of the first field of a tuple.
static class SUM.Final
           
static class SUM.Initial
           
static class SUM.Intermediate
           
 class TOKENIZE
           
 class TupleSize
          Generates the size of the first field of a tuple.
 

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

Subclasses of EvalFunc in org.apache.pig.impl.builtin
 class FindQuantiles
           
 class GFAny
          built-in grouping function; permits system to choose any grouping.
 class GFCross
           
 class GFReplicate
           
 class PartitionSkewedKeys
          Partition reducers for skewed keys.
 



Copyright © ${year} The Apache Software Foundation