Generated by
JDiff

Class org.apache.pig.data.DataType

Added Methods
int compare(Object, Object, byte, byte) Same as Object) but does not use reflection to determine the type of passed in objects relying instead on the caller to provide the appropriate values as determined by DataType#findType(Object) Use this version in cases where multiple objects of the same type have to be repeatedly compared.
FieldSchema determineFieldSchema(ResourceFieldSchema) Determine the field schema of an ResourceFieldSchema
 

Added Fields
byte GENERIC_WRITABLECOMPARABLE Internal use only; used to store WriteableComparable objects for creating ordered index in MergeJoin.
byte INTERNALMAP Internal use only.