Gets the next tuple from the operator (typically implementing by reading from a child operator or an access method). @return The next tuple in the iterator. @throws NoSuchElementException if there are no more tuples
()
| 28 | * @throws NoSuchElementException if there are no more tuples |
| 29 | */ |
| 30 | Tuple next() |
| 31 | throws DbException, TransactionAbortedException, NoSuchElementException; |
| 32 | |
| 33 | /** |
no outgoing calls