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

Function MakeTransferredGenerator

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

Source from the content-addressed store, hash-verified

1606/// This generator will not queue
1607template <typename T>
1608AsyncGenerator<T> MakeTransferredGenerator(AsyncGenerator<T> source,
1609 internal::Executor* executor) {
1610 return TransferringGenerator<T>(std::move(source), executor);
1611}
1612
1613/// \see MakeBackgroundGenerator
1614template <typename T>

Callers 14

ScanBatchesAsyncMethod · 0.85
genMethod · 0.85
GetFragmentsAsyncImplMethod · 0.85
genMethod · 0.85
DoDiscoveryMethod · 0.85
MakeAsyncMethod · 0.85
BackgroundAsyncVectorItFunction · 0.85
TESTFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85
InitMethod · 0.85

Calls

no outgoing calls

Tested by 7

genMethod · 0.68
genMethod · 0.68
BackgroundAsyncVectorItFunction · 0.68
TESTFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68