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

Function AssertIteratorExhausted

cpp/src/arrow/util/test_common.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82template <typename T>
83inline void AssertIteratorExhausted(Iterator<T>& it) {
84 ASSERT_OK_AND_ASSIGN(T next, it.Next());
85 ASSERT_TRUE(IsIterationEnd(next));
86}
87
88Transformer<TestInt, TestStr> MakeFilter(std::function<bool(TestInt&)> filter);
89

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

IsIterationEndFunction · 0.85

Tested by

no test coverage detected