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

Function MakeGeneratorIterator

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

Source from the content-addressed store, hash-verified

1914/// is finished
1915template <typename T>
1916Iterator<T> MakeGeneratorIterator(AsyncGenerator<T> source) {
1917 return Iterator<T>(GeneratorIterator<T>(std::move(source)));
1918}
1919
1920/// \brief Add readahead to an iterator using a background thread.
1921///

Callers 9

BatchesMethod · 0.85
PhysicalBatchesMethod · 0.85
BatchesMethod · 0.85
MakeGeneratorReaderFunction · 0.85
MakeDelayedGenFunction · 0.85
MakeAsyncMethod · 0.85
MakeReadaheadIteratorFunction · 0.85
TESTFunction · 0.85
IterateSynchronouslyFunction · 0.85

Calls

no outgoing calls

Tested by 5

BatchesMethod · 0.68
PhysicalBatchesMethod · 0.68
BatchesMethod · 0.68
MakeDelayedGenFunction · 0.68
TESTFunction · 0.68