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

Method cend

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

Source from the content-addressed store, hash-verified

344 }
345
346 constexpr const_iterator cend() const {
347 return const_iterator(const_data_ptr() + storage_.size_);
348 }
349
350 reverse_iterator rbegin() { return reverse_iterator(end()); }
351

Callers 15

HasDistinctFieldNamesMethod · 0.80
StartsWithAnyOfFunction · 0.80
MakeFileSystemMethod · 0.80
configuration.ccFile · 0.80
MakeDataMethod · 0.80
CountNullsFunction · 0.80
TestRandomFunction · 0.80
MergeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 10

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