@InterfaceAudience.Private @InterfaceStability.Evolving public interface InterSedes
| Modifier and Type | Method and Description |
|---|---|
void |
addColsToTuple(java.io.DataInput in,
Tuple t)
The type of next object has been determined to be of type Tuple,
add the columns that belong to the tuple to given tuple argument t
|
java.lang.Class<? extends TupleRawComparator> |
getTupleRawComparatorClass() |
java.lang.Object |
readDatum(java.io.DataInput in)
Get the next object from DataInput in
|
java.lang.Object |
readDatum(java.io.DataInput in,
byte type)
Get the next object from DataInput in of the type of type argument
The type information has been read from DataInput.
|
void |
writeDatum(java.io.DataOutput out,
java.lang.Object val)
Write given object val to DataOutput out
|
void |
writeDatum(java.io.DataOutput out,
java.lang.Object val,
byte type)
Write given object val of DataType type to DataOutput out
|
java.lang.Object readDatum(java.io.DataInput in)
throws java.io.IOException,
ExecException
in - java.io.IOExceptionExecExceptionjava.lang.Object readDatum(java.io.DataInput in,
byte type)
throws java.io.IOException,
ExecException
in - type - java.io.IOExceptionExecExceptionvoid addColsToTuple(java.io.DataInput in,
Tuple t)
throws java.io.IOException
in - t - java.io.IOExceptionvoid writeDatum(java.io.DataOutput out,
java.lang.Object val)
throws java.io.IOException
out - val - java.io.IOExceptionvoid writeDatum(java.io.DataOutput out,
java.lang.Object val,
byte type)
throws java.io.IOException
out - outputval - value to writetype - type, as defined in DataTypejava.io.IOExceptionjava.lang.Class<? extends TupleRawComparator> getTupleRawComparatorClass()
Copyright © 2007-2025 The Apache Software Foundation