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

Function IsIterationEnd

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

Source from the content-addressed store, hash-verified

63
64template <typename T>
65bool IsIterationEnd(const T& val) {
66 return IterationTraits<T>::IsEnd(val);
67}
68
69template <typename T>
70struct IterationTraits<std::optional<T>> {

Callers 15

ReadNextMethod · 0.85
TakeRowsMethod · 0.85
HeadMethod · 0.85
operator()Function · 0.85
operator()Method · 0.85
TEST_PFunction · 0.85
AssertFinishedMethod · 0.85
IsEndMethod · 0.85
ARROW_ASSIGN_OR_RAISEMethod · 0.85
AssertReadNextMethod · 0.85

Calls

no outgoing calls

Tested by 11

TEST_PFunction · 0.68
AssertFinishedMethod · 0.68
AssertReadNextMethod · 0.68
AssertReadEndMethod · 0.68
AssertGeneratorExhaustedFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TestStrMethod · 0.68
AssertIteratorExhaustedFunction · 0.68