org.apache.pig.impl.io
Class NullableBigIntegerWritable
java.lang.Object
org.apache.pig.impl.io.PigNullableWritable
org.apache.pig.impl.io.NullableBigIntegerWritable
- All Implemented Interfaces:
- Comparable, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable
public class NullableBigIntegerWritable
- extends PigNullableWritable
NullableBigIntegerWritable
public NullableBigIntegerWritable()
NullableBigIntegerWritable
public NullableBigIntegerWritable(BigInteger value)
getValueAsPigType
public Object getValueAsPigType()
- Specified by:
getValueAsPigType
in class PigNullableWritable
- Returns:
- The wrapped value as a pig type, not as a WritableComparable.
Copyright © 2007-2012 The Apache Software Foundation