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

Method IsEnd

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

\brief Checks to see if the value is a terminal value. A method is used here since T is not necessarily comparable in many cases even though it has a distinct final value

Source from the content-addressed store, hash-verified

54 /// A method is used here since T is not necessarily comparable in many
55 /// cases even though it has a distinct final value
56 static bool IsEnd(const T& val) { return val == End(); }
57};
58
59template <typename T>

Callers

nothing calls this directly

Calls 1

EndFunction · 0.70

Tested by

no test coverage detected