| 315 | } |
| 316 | |
| 317 | std::string ArrowQueryResult::toString() const { |
| 318 | throw NotImplementedException( |
| 319 | "ArrowQueryResult does not implement toString. Use MaterializedQueryResult instead."); |
| 320 | } |
| 321 | |
| 322 | bool ArrowQueryResult::hasNextArrowChunk() { |
| 323 | return cursor < arraysStorage->size(); |
no outgoing calls
no test coverage detected