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

Method rbegin

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

Source from the content-addressed store, hash-verified

348 }
349
350 reverse_iterator rbegin() { return reverse_iterator(end()); }
351
352 constexpr const_reverse_iterator rbegin() const {
353 return const_reverse_iterator(end());

Callers 13

GetLastIndicesMethod · 0.80
ParseConnectionStringMethod · 0.80
ImplMethod · 0.80
NestedFSLTypeMethod · 0.80
AfterForkParentMethod · 0.80
AfterForkChildMethod · 0.80
TestIteratorsFunction · 0.80
TestConstIteratorsFunction · 0.80
SplitStringMethod · 0.80
ExecMethod · 0.80

Calls 1

endFunction · 0.70

Tested by 4

GetLastIndicesMethod · 0.64
NestedFSLTypeMethod · 0.64
TestIteratorsFunction · 0.64
TestConstIteratorsFunction · 0.64