Generated by
JDiff

Package org.apache.pig.builtin

Removed Classes
BinaryStorage BinaryStorage is a simple as-is serializer/deserializer pair.
PigDump  
 

Added Classes
COUNT_STAR Generates the count of the values of the first field of a tuple.
COUNT_STAR.Final  
COUNT_STAR.Initial  
COUNT_STAR.Intermediate  
PigStreaming The default implementation of PigToStream and StreamToPig interfaces.
 

Changed Classes
AVG Generates the average of the values of the first field of a tuple.
BinStorage  
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.
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.
Utf8StorageConverter This abstract class provides standard conversions between utf8 encoded data and pig data types.