Generated by
JDiff

Package org.apache.pig.builtin

Added Classes and Interfaces
Nondeterministic

A non-deterministic UDF is one that can produce different results when invoked on the same input.

TOMAP This class makes a map out of the parameters passed to it T = foreach U generate TOMAP($0 $1 $2 $3); It generates a map $0->1 $2->$3
 

Changed Classes
BinStorage Load and store data in a binary format.
COUNT Generates the count of the number of values in a bag.
TextLoader This load function simply creates a tuple for each line of text that has a single chararray field that contains the line of text.
Utf8StorageConverter This abstract class provides standard conversions between utf8 encoded data and pig data types.