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