Generated by
JDiff

Package org.apache.pig.builtin

Added Classes
Bloom Use a Bloom filter build previously by BuildBloom.
BuildBloom Build a bloom filter for use later in Bloom.
BuildBloom.Final  
BuildBloom.Initial  
BuildBloom.Intermediate  
BuildBloomBase A Base class for BuildBloom and its Algebraic implementations.
CubeDimensions Produces a DataBag with all combinations of the argument tuple members as in a data cube.
JsonLoader A loader for data stored using JsonStorage This is not a generic JSON loader.
JsonMetadata Reads and Writes metadata using JSON in metafiles next to the data.
JsonStorage A JSON Pig store function.
 

Changed Classes
BinStorage Load and store data in a binary format.
PigStorage A load function that parses a line of input into fields using a character delimiter.
STRSPLIT Wrapper around Java's String.split
input tuple: first column is assumed to have a string to split;
the optional second column is assumed to have the delimiter or regex to split on;
if not provided it's assumed to be '\s' (space)
the optional third column may provide a limit to the number of results.
If limit is not provided 0 is assumed as per Java's split().
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.