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