| 2588 | DeviceAllocationType device_type() const { return state_->device_type_; } |
| 2589 | |
| 2590 | Result<RecordBatchWithMetadata> Next() { return state_->next(); } |
| 2591 | |
| 2592 | static Future<std::shared_ptr<AsyncRecordBatchIterator::State>> Make( |
| 2593 | AsyncRecordBatchIterator& iterator, struct ArrowAsyncDeviceStreamHandler* handler) { |