Generated by
JDiff

Interface org.apache.pig.LoadCaster

Changed Methods
DataBag bytesToBag(byte[], ResourceFieldSchema) Changed from non-abstract to abstract. Cast data from bytearray to bag value.
BigDecimal bytesToBigDecimal(byte[]) Changed from non-abstract to abstract. Cast data from bytearray to BigDecimal value.
BigInteger bytesToBigInteger(byte[]) Changed from non-abstract to abstract. Cast data from bytearray to BigInteger value.
Boolean bytesToBoolean(byte[]) Changed from non-abstract to abstract. Cast data from bytearray to boolean value.
String bytesToCharArray(byte[]) Changed from non-abstract to abstract. Cast data from bytearray to chararray value.
DateTime bytesToDateTime(byte[]) Changed from non-abstract to abstract. Cast data from bytearray to datetime value.
Double bytesToDouble(byte[]) Changed from non-abstract to abstract. Cast data from bytearray to double value.
Float bytesToFloat(byte[]) Changed from non-abstract to abstract. Cast data from bytearray to float value.
Integer bytesToInteger(byte[]) Changed from non-abstract to abstract. Cast data from bytearray to integer value.
Long bytesToLong(byte[]) Changed from non-abstract to abstract. Cast data from bytearray to long value.
Map bytesToMap(byte[], ResourceFieldSchema) Changed from non-abstract to abstract. Cast data from bytearray to map value.
Tuple bytesToTuple(byte[], ResourceFieldSchema) Changed from non-abstract to abstract. Cast data from bytearray to tuple value.