Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ data
Method
data
cpp/src/arrow/util/small_vector.h:328–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
constexpr const T& back() const { return const_data_ptr()[storage_.size_ - 1]; }
327
328
T* data() { return data_ptr(); }
329
330
constexpr const T* data() const { return const_data_ptr(); }
331
Callers
2
StaticVectorImpl
Class · 0.45
StaticVectorImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected