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

Function MakeDefaultIfEmptyGenerator

cpp/src/arrow/util/async_generator.h:2067–2069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2065/// This generator is async-reentrant.
2066template <typename T>
2067AsyncGenerator<T> MakeDefaultIfEmptyGenerator(AsyncGenerator<T> source, T or_value) {
2068 return DefaultIfEmptyGenerator<T>(std::move(source), std::move(or_value));
2069}
2070} // namespace arrow

Callers 2

FragmentToBatchesFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68