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