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

Function IteratorToVector

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

Source from the content-addressed store, hash-verified

407
408template <typename T>
409std::vector<T> IteratorToVector(Iterator<T> iterator) {
410 EXPECT_OK_AND_ASSIGN(auto out, iterator.ToVector());
411 return out;
412}
413
414ARROW_TESTING_EXPORT
415bool 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