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

Method CopyNonOwnedTo

cpp/src/arrow/device.cc:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162Result<std::unique_ptr<Buffer>> MemoryManager::CopyNonOwnedTo(
163 const Buffer& buf, const std::shared_ptr<MemoryManager>& to) {
164 return nullptr;
165}
166
167Result<std::shared_ptr<Buffer>> MemoryManager::ViewBufferFrom(
168 const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& from) {

Callers 1

CopyNonOwnedMethod · 0.45

Calls 3

sizeMethod · 0.45
mutable_dataMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected