Returns the TupleDesc associated with this OpIterator.
()
| 733 | * Returns the TupleDesc associated with this OpIterator. |
| 734 | */ |
| 735 | public TupleDesc getTupleDesc() { |
| 736 | return tups.get(0).getTupleDesc(); |
| 737 | } |
| 738 | |
| 739 | /** |
| 740 | * Closes the iterator. |
nothing calls this directly
no test coverage detected