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

Function FlattenIt

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

Source from the content-addressed store, hash-verified

127
128template <typename T>
129inline Iterator<T> FlattenIt(Iterator<Iterator<T>> its) {
130 return MakeFlattenIterator(std::move(its));
131}
132
133template <typename T>
134void AssertIteratorMatch(std::vector<T> expected, Iterator<T> actual) {

Callers 2

TESTFunction · 0.85
JoinFunction · 0.85

Calls 1

MakeFlattenIteratorFunction · 0.85

Tested by

no test coverage detected