Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ data_ptr
Method
data_ptr
cpp/src/arrow/util/small_vector.h:213–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
Storage storage_;
212
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();
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
storage_ptr
Method · 0.45
Tested by
no test coverage detected