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

Method CopyNonOwnedFrom

cpp/src/arrow/device.cc:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157Result<std::unique_ptr<Buffer>> MemoryManager::CopyNonOwnedFrom(
158 const Buffer& buf, const std::shared_ptr<MemoryManager>& from) {
159 return nullptr;
160}
161
162Result<std::unique_ptr<Buffer>> MemoryManager::CopyNonOwnedTo(
163 const Buffer& buf, const std::shared_ptr<MemoryManager>& to) {

Callers 1

CopyNonOwnedMethod · 0.45

Calls 3

sizeMethod · 0.45
mutable_dataMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected