org.apache.pig.data
Class ExampleTuple

java.lang.Object
  extended by org.apache.pig.data.Datum
      extended by org.apache.pig.data.Tuple
          extended by org.apache.pig.data.ExampleTuple
All Implemented Interfaces:
Comparable, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable

public class ExampleTuple
extends Tuple


Field Summary
 boolean omittable
           
 boolean synthetic
           
 
Fields inherited from class org.apache.pig.data.Tuple
fields
 
Fields inherited from class org.apache.pig.data.Datum
ATOM, BAG, MAP, OBJECT_SIZE, RECORD_1, RECORD_2, RECORD_3, REF_SIZE, TUPLE
 
Constructor Summary
ExampleTuple()
           
 
Method Summary
 boolean isOmittable()
           
 boolean isSynthetic()
           
 void makeSynthetic()
           
 void toggleOmittability()
           
 
Methods inherited from class org.apache.pig.data.Tuple
appendField, appendTuple, arity, compareTo, compareTo, copyFrom, equals, getAtomField, getBagField, getField, getMemorySize, getTupleField, greaterThan, hashCode, lessThan, read, readDatum, readFields, setField, setField, setField, setField, toDelimitedString, toString, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

omittable

public boolean omittable

synthetic

public boolean synthetic
Constructor Detail

ExampleTuple

public ExampleTuple()
Method Detail

makeSynthetic

public void makeSynthetic()

toggleOmittability

public void toggleOmittability()

isOmittable

public boolean isOmittable()

isSynthetic

public boolean isSynthetic()


Copyright © ${year} The Apache Software Foundation