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

Function MakeFunctionIterator

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

Source from the content-addressed store, hash-verified

367template <typename Fn,
368 typename Ret = typename internal::call_traits::return_type<Fn>::ValueType>
369Iterator<Ret> MakeFunctionIterator(Fn fn) {
370 return Iterator<Ret>(FunctionIterator<Fn, Ret>(std::move(fn)));
371}
372
373template <typename T>
374Iterator<T> MakeEmptyIterator() {

Callers 10

CallTabularFunctionFunction · 0.85
GetMethod · 0.85
RowsToBatchesFunction · 0.85
MakeEmptyIteratorFunction · 0.85
MakeErrorIteratorFunction · 0.85
MakeIteratorFromReaderFunction · 0.85
TESTFunction · 0.85
GetRecordBatchReaderMethod · 0.85
FieldValuesMethod · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68