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

Class TransformFinish

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

Source from the content-addressed store, hash-verified

245};
246
247struct TransformFinish {
248 template <typename T>
249 operator TransformFlow<T>() && { // NOLINT explicit
250 return TransformFlow<T>(true, true);
251 }
252};
253
254struct TransformSkip {
255 template <typename T>

Callers 6

operator()Method · 0.85
MakeFirstNFunction · 0.85
MakeFirstNGenericFunction · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by 2

MakeFirstNFunction · 0.68
MakeFirstNGenericFunction · 0.68