MCPcopy Create free account
hub / github.com/apache/arrow / Next

Method Next

cpp/src/arrow/c/bridge.cc:2590–2590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected