Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ const_storage_ptr
Method
const_storage_ptr
cpp/src/arrow/util/small_vector.h:126–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
constexpr storage_type* storage_ptr() { return data_; }
125
126
constexpr const storage_type* const_storage_ptr() const { return data_; }
127
128
void bump_size(size_t addend) {
129
const size_t new_size = size_ + addend;
Callers
1
const_data_ptr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected