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

Function SliceMutableBuffer

cpp/src/arrow/buffer.cc:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170std::shared_ptr<Buffer> SliceMutableBuffer(std::shared_ptr<Buffer> buffer,
171 const int64_t offset, const int64_t length) {
172 return std::make_shared<MutableBuffer>(std::move(buffer), offset, length);
173}
174
175MutableBuffer::MutableBuffer(const std::shared_ptr<Buffer>& parent, const int64_t offset,
176 const int64_t size)

Callers 1

SliceMutableBufferSafeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected