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

Method const_data_ptr

cpp/src/arrow/util/small_vector.h:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 T* data_ptr() { return storage_.storage_ptr()->get(); }
214
215 constexpr const T* const_data_ptr() const {
216 return storage_.const_storage_ptr()->get();
217 }
218
219 public:
220 using size_type = size_t;

Callers 1

StaticVectorImplMethod · 0.80

Calls 2

getMethod · 0.45
const_storage_ptrMethod · 0.45

Tested by

no test coverage detected