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

Method ViewBufferTo

cpp/src/arrow/device.cc:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172Result<std::shared_ptr<Buffer>> MemoryManager::ViewBufferTo(
173 const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& to) {
174 return nullptr;
175}
176
177// ----------------------------------------------------------------------
178// CPU backend implementation

Callers 3

CopyBufferMethod · 0.45
ViewBufferMethod · 0.45
CopyBufferSliceToCPUMethod · 0.45

Calls 3

addressMethod · 0.80
device_typeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected