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

Function VectorIt

cpp/src/arrow/util/test_common.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63template <typename T>
64inline Iterator<T> VectorIt(std::vector<T> v) {
65 return MakeVectorIterator<T>(std::move(v));
66}
67
68template <typename T>
69inline Iterator<T> PossiblySlowVectorIt(std::vector<T> v, bool slow = false) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected