if query has executed successfully we want to retrieve the results via iterating over them. @return iterator for resulting tuples @throws ExecException
()
| 60 | * @throws ExecException |
| 61 | */ |
| 62 | public Iterator<Tuple> getResults() throws ExecException; |
| 63 | |
| 64 | /** |
| 65 | * Returns the alias of relation generated by this job |
no outgoing calls