org.apache.hadoop.zebra.types
Class ZebraTuple
java.lang.Object
org.apache.pig.data.DefaultTuple
org.apache.hadoop.zebra.types.ZebraTuple
- All Implemented Interfaces:
- Serializable, Comparable, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable, Tuple
public class ZebraTuple
- extends DefaultTuple
Zebra's implementation of Pig's Tuple.
It's derived from Pig's DefaultTuple implementation.
- See Also:
- Serialized Form
Field Summary |
protected static org.apache.commons.logging.Log |
LOG
|
Constructor Summary |
ZebraTuple()
Default constructor. |
Methods inherited from class org.apache.pig.data.DefaultTuple |
append, compareTo, equals, get, getAll, getComparatorClass, getMemorySize, getType, hashCode, isNull, isNull, readFields, reference, set, setNull, size, toDelimitedString, write |
LOG
protected static final org.apache.commons.logging.Log LOG
ZebraTuple
public ZebraTuple()
- Default constructor. This constructor is public so that hadoop can call
it directly. However, inside pig you should never be calling this
function. Use TupleFactory instead.
toString
public String toString()
- Overrides:
toString
in class DefaultTuple
Copyright © ${year} The Apache Software Foundation