Set the value in a given field. This should not be called unless the tuple was constructed by TupleFactory#newTuple(int) with an argument greater than the fieldNum being passed here. This call will not automatically expand the tuple size. That is if you called {@link TupleFactory#newTuple
(int fieldNum, Object val)
| 122 | * the number of fields in the tuple. |
| 123 | */ |
| 124 | void set(int fieldNum, Object val) throws ExecException; |
| 125 | |
| 126 | /** |
| 127 | * Append a field to a tuple. This method is not efficient as it may |
no outgoing calls