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

Method crbegin

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

Source from the content-addressed store, hash-verified

354 }
355
356 constexpr const_reverse_iterator crbegin() const {
357 return const_reverse_iterator(end());
358 }
359
360 reverse_iterator rend() { return reverse_iterator(begin()); }
361

Callers 2

TEST_FFunction · 0.80
FromNodeMethod · 0.80

Calls 1

endFunction · 0.70

Tested by 1

TEST_FFunction · 0.64