Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
template <typename T>
144
void AssertIteratorNext(T expected, Iterator<T>& it) {
145
ASSERT_OK_AND_ASSIGN(T actual, it.Next());
146
ASSERT_EQ(expected, actual);
147
}
148
149
template <typename T>
150
class DeleteDetectableIterator {
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected