Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ptr
Method · 0.45
StaticVectorImpl
Method · 0.45
push_back
Method · 0.45
emplace_back
Method · 0.45
insert
Method · 0.45
resize
Method · 0.45
init_by_copying
Method · 0.45
assign_by_copying
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected