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

Method rend

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

Source from the content-addressed store, hash-verified

358 }
359
360 reverse_iterator rend() { return reverse_iterator(begin()); }
361
362 constexpr const_reverse_iterator rend() const {
363 return const_reverse_iterator(begin());

Callers 12

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

beginFunction · 0.70

Tested by 4

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