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

Function mutable_data_as

cpp/src/arrow/buffer.h:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 /// be returned.
265 template <typename T>
266 T* mutable_data_as() {
267 return reinterpret_cast<T*>(mutable_data());
268 }
269
270 /// \brief Return the buffer's mutable data as a span
271 template <typename T>

Callers

nothing calls this directly

Calls 1

mutable_dataFunction · 0.70

Tested by

no test coverage detected