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

Function TransformYield

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

Source from the content-addressed store, hash-verified

260
261template <typename T>
262TransformFlow<T> TransformYield(T value = {}, bool ready_for_next = true) {
263 return TransformFlow<T>(std::move(value), ready_for_next);
264}
265
266template <typename T, typename V>
267using Transformer = std::function<Result<TransformFlow<V>>(T)>;

Callers 9

operator()Method · 0.85
MakeFirstNFunction · 0.85
MakeFirstNGenericFunction · 0.85
MakeAbortOnSecondFunction · 0.85
MakeRepeatNFunction · 0.85
MakeFilterFunction · 0.85
PossiblySlowVectorItFunction · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by 7

MakeFirstNFunction · 0.68
MakeFirstNGenericFunction · 0.68
MakeAbortOnSecondFunction · 0.68
MakeRepeatNFunction · 0.68
MakeFilterFunction · 0.68
PossiblySlowVectorItFunction · 0.68