org.apache.pig.data
Class AmendableTuple
java.lang.Object
org.apache.pig.data.Datum
org.apache.pig.data.Tuple
org.apache.pig.data.AmendableTuple
- All Implemented Interfaces:
- Comparable, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable
public class AmendableTuple
- extends Tuple
Fields inherited from class org.apache.pig.data.Tuple |
fields |
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 |
AmendableTuple
public AmendableTuple(int numFields,
Datum amendKey)
getAmendKey
public Datum getAmendKey()
setAmendKey
public void setAmendKey(Datum amendKey)
Copyright © ${year} The Apache Software Foundation