MCPcopy Create free account
hub / github.com/apache/arrow / cbegin

Method cbegin

cpp/src/arrow/util/small_vector.h:338–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 constexpr const_iterator begin() const { return const_iterator(const_data_ptr()); }
337
338 constexpr const_iterator cbegin() const { return const_iterator(const_data_ptr()); }
339
340 iterator end() { return iterator(data_ptr() + storage_.size_); }
341

Callers 15

HasDistinctFieldNamesMethod · 0.80
AddKnownValuesMethod · 0.80
StartsWithAnyOfFunction · 0.80
MakeFileSystemMethod · 0.80
MakeDataMethod · 0.80
CountNullsFunction · 0.80
TestRandomFunction · 0.80
MergeMethod · 0.80

Calls

no outgoing calls

Tested by 8

MakeFileSystemMethod · 0.64
MakeDataMethod · 0.64
TestRandomFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64
MakeTestFileMethod · 0.64