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

Method CopyBufferFrom

cpp/src/arrow/device.cc:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145#undef COPY_BUFFER_SUCCESS
146
147Result<std::shared_ptr<Buffer>> MemoryManager::CopyBufferFrom(
148 const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& from) {
149 return nullptr;
150}
151
152Result<std::shared_ptr<Buffer>> MemoryManager::CopyBufferTo(
153 const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& to) {

Callers 1

CopyBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected