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

Function MakeVectorIterator

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

Source from the content-addressed store, hash-verified

403
404template <typename T>
405Iterator<T> MakeVectorIterator(std::vector<T> v) {
406 return Iterator<T>(VectorIterator<T>(std::move(v)));
407}
408
409/// \brief Simple iterator which yields *pointers* to the elements of a std::vector<T>.
410/// This is provided to support T where IterationTraits<T>::End is not specialized

Callers 15

ScanBatchesAsyncMethod · 0.85
GetFragmentsImplMethod · 0.85
GetFragmentsFromDatasetsFunction · 0.85
GetFragmentsImplMethod · 0.85
genMethod · 0.85
GetMethod · 0.85
GetFragmentsImplMethod · 0.85
GetFragmentsImplMethod · 0.85
genMethod · 0.85
VecToItMakerFunction · 0.85

Calls

no outgoing calls

Tested by 7

ScanBatchesAsyncMethod · 0.68
GetFragmentsImplMethod · 0.68
genMethod · 0.68
GetFragmentsImplMethod · 0.68
genMethod · 0.68
MakeDelayedGenFunction · 0.68
TESTFunction · 0.68