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

Function IterationEnd

cpp/src/arrow/util/iterator.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59template <typename T>
60T IterationEnd() {
61 return IterationTraits<T>::End();
62}
63
64template <typename T>
65bool IsIterationEnd(const T& val) {

Callers

nothing calls this directly

Calls 1

EndFunction · 0.70

Tested by

no test coverage detected