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

Method storage_ptr

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

Source from the content-addressed store, hash-verified

122 ~SmallVectorStorage() { destroy(); }
123
124 constexpr storage_type* storage_ptr() { return data_; }
125
126 constexpr const storage_type* const_storage_ptr() const { return data_; }
127

Callers 8

data_ptrMethod · 0.45
StaticVectorImplMethod · 0.45
push_backMethod · 0.45
emplace_backMethod · 0.45
insertMethod · 0.45
resizeMethod · 0.45
init_by_copyingMethod · 0.45
assign_by_copyingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected