@return The TupleDesc representing the schema of this tuple.
()
| 44 | * @return The TupleDesc representing the schema of this tuple. |
| 45 | */ |
| 46 | public TupleDesc getTupleDesc() { |
| 47 | // some code goes here |
| 48 | return this.tupleDesc; |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * @return The RecordId representing the location of this tuple on disk. May |
no outgoing calls