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

Function MakeVectorPointingIterator

cpp/src/arrow/util/iterator.h:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427
428template <typename T>
429Iterator<T*> MakeVectorPointingIterator(std::vector<T> v) {
430 return Iterator<T*>(VectorPointingIterator<T>(std::move(v)));
431}
432
433/// \brief MapIterator takes ownership of an iterator and a function to apply
434/// on every element. The mapped function is not allowed to fail.

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68