Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ begin
Method
begin
cpp/src/arrow/util/small_vector.h:334–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
// Iterators
333
334
iterator begin() { return iterator(data_ptr()); }
335
336
constexpr const_iterator begin() const { return const_iterator(const_data_ptr()); }
337
Callers
nothing calls this directly
Calls
1
iterator
Class · 0.70
Tested by
no test coverage detected