| 97 | } |
| 98 | |
| 99 | Status ImpaladQueryExecutor::FetchResult(RowBatch** batch) { |
| 100 | return Status::OK(); |
| 101 | } |
| 102 | |
| 103 | Status ImpaladQueryExecutor::FetchResult(string* row) { |
| 104 | // If we have not fetched any data, or we've returned all the data, fetch more rows |