Returns the TupleDesc associated with this OpIterator. @return the TupleDesc associated with this OpIterator.
()
| 51 | * @return the TupleDesc associated with this OpIterator. |
| 52 | */ |
| 53 | TupleDesc getTupleDesc(); |
| 54 | |
| 55 | /** |
| 56 | * Closes the iterator. When the iterator is closed, calling next(), |
no outgoing calls
no test coverage detected