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

Function IteratorToVector

cpp/src/arrow/testing/gtest_util.h:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407template <typename T>
408std::vector<T> IteratorToVector(Iterator<T> iterator) {
409 EXPECT_OK_AND_ASSIGN(auto out, iterator.ToVector());
410 return out;
411}
412
413ARROW_TESTING_EXPORT
414bool LocaleExists(const char* locale);

Callers 7

SingleBatchMethod · 0.85
SingleBatchMethod · 0.85
TESTFunction · 0.85
AssertIteratorMatchFunction · 0.85
AssertIteratorNoMatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected