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

Method Next

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected