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

Function MutableBuffer

cpp/src/arrow/buffer.h:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468 }
469
470 MutableBuffer(uint8_t* data, const int64_t size, std::shared_ptr<MemoryManager> mm)
471 : Buffer(data, size, std::move(mm)) {
472 is_mutable_ = true;
473 }
474
475 MutableBuffer(const std::shared_ptr<Buffer>& parent, const int64_t offset,
476 const int64_t size);

Callers 1

buffer.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected