org.apache.hadoop.zebra.types
Class ZebraTuple

java.lang.Object
  extended by org.apache.pig.data.DefaultTuple
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.pig.data.DefaultTuple
DefaultTuple.DefaultTupleRawComparator
 
Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Fields inherited from class org.apache.pig.data.DefaultTuple
isNull, mFields
 
Fields inherited from interface org.apache.pig.data.Tuple
NOTNULL, NULL
 
Constructor Summary
ZebraTuple()
          Default constructor.
 
Method Summary
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.commons.logging.Log LOG
Constructor Detail

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.

Method Detail

toString

public String toString()
Overrides:
toString in class DefaultTuple


Copyright © ${year} The Apache Software Foundation