org.apache.hadoop.zebra.types
Class ZebraTuple
java.lang.Object
org.apache.pig.data.AbstractTuple
org.apache.pig.data.DefaultTuple
org.apache.hadoop.zebra.types.ZebraTuple
- All Implemented Interfaces:
- Serializable, Comparable, Iterable<Object>, 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, get, getAll, getComparatorClass, getMemorySize, hashCode, readFields, set, size, 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 AbstractTuple
Copyright © 2007-2012 The Apache Software Foundation