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

Method CopyBufferTo

cpp/src/arrow/device.cc:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152Result<std::shared_ptr<Buffer>> MemoryManager::CopyBufferTo(
153 const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& to) {
154 return nullptr;
155}
156
157Result<std::unique_ptr<Buffer>> MemoryManager::CopyNonOwnedFrom(
158 const Buffer& buf, const std::shared_ptr<MemoryManager>& from) {

Callers 2

CopyBufferMethod · 0.45
CopyBufferSliceToCPUMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected