Changed Classes |
AVG
|
Generates the average of the values of the first field of a tuple. |
BinStorage
|
|
BinaryStorage
|
BinaryStorage is a simple as-is serializer/deserializer pair. |
COUNT
|
Generates the count of the values of the first field of a tuple. |
DoubleAvg
|
Generates the average of the values of the first field of a tuple. |
DoubleMax
|
Generates the max of the values of the first field of a tuple. |
DoubleMin
|
Generates the min of the Double values in the first field of a tuple. |
DoubleSum
|
Generates the sum of the values of the first field of a tuple. |
FloatAvg
|
Generates the average of the values of the first field of a tuple. |
FloatMax
|
Generates the max of the values of the first field of a tuple. |
FloatMin
|
Generates the min of the Float values in the first field of a tuple. |
FloatSum
|
Generates the sum of the Float values in the first field of a tuple. |
IntAvg
|
Generates the average of the values of the first field of a tuple. |
IntMax
|
Generates the max of the values of the first field of a tuple. |
IntMin
|
Generates the min of the Integer values in the first field of a tuple. |
IntSum
|
Generates the sum of the Integer in the first field of a tuple. |
LongAvg
|
Generates the average of the values of the first field of a tuple. |
LongMax
|
Generates the max of the values of the first field of a tuple. |
LongMin
|
Generates the min of the Long values in the first field of a tuple. |
LongSum
|
Generates the sum of the Long values in the first field of a tuple. |
MAX
|
Generates the max of the values of the first field of a tuple. |
MIN
|
Generates the min of the values of the first field of a tuple. |
PigDump
|
|
PigStorage
|
A load function that parses a line of input into fields using a delimiter to set the fields. |
SUM
|
Generates the sum of the values of the first field of a tuple. |
StringMax
|
Generates the max of the values of the first field of a tuple. |
StringMin
|
Generates the min of the String values in the first field of a tuple. |
TOKENIZE
|
|
TextLoader
|
This load function simply creates a tuple for each line of text that has a single field that contains the line of text. |