public abstract class TupleDesc_I8<TD extends TupleDesc_I8> extends java.lang.Object implements TupleDesc<TD>
| Modifier and Type | Field and Description |
|---|---|
byte[] |
value |
| Constructor and Description |
|---|
TupleDesc_I8(int numFeatures) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getValue() |
void |
set(byte... value) |
void |
setTo(TD source)
Sets this tuple to be the same as the provided tuple
|
void |
setValue(byte[] value) |
int |
size()
Number of elements in the tuple.
|
public void set(byte... value)
public byte[] getValue()
public void setValue(byte[] value)
public void setTo(TD source)
TupleDescsetTo in interface TupleDesc<TD extends TupleDesc_I8>source - The tuple which this one is to become a copy of.public int size()
TupleDescsize in interface TupleDesc<TD extends TupleDesc_I8>