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

Method ViewBufferFrom

cpp/src/arrow/device.cc:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167Result<std::shared_ptr<Buffer>> MemoryManager::ViewBufferFrom(
168 const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& from) {
169 return nullptr;
170}
171
172Result<std::shared_ptr<Buffer>> MemoryManager::ViewBufferTo(
173 const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& to) {

Callers 1

ViewBufferMethod · 0.45

Calls 3

addressMethod · 0.80
device_typeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected