| 2593 | DeviceAllocationType device_type() const { return state_->device_type_; } |
| 2594 | |
| 2595 | Result<RecordBatchWithMetadata> Next() { return state_->next(); } |
| 2596 | |
| 2597 | static Future<std::shared_ptr<AsyncRecordBatchIterator::State>> Make( |
| 2598 | AsyncRecordBatchIterator& iterator, struct ArrowAsyncDeviceStreamHandler* handler) { |