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

Function AssertIteratorNext

cpp/src/arrow/util/iterator_test.cc:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143template <typename T>
144void AssertIteratorNext(T expected, Iterator<T>& it) {
145 ASSERT_OK_AND_ASSIGN(T actual, it.Next());
146 ASSERT_EQ(expected, actual);
147}
148
149template <typename T>
150class DeleteDetectableIterator {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected