Skip to main content

Module source

Module source 

Source
Expand description

Source implementations for push-based execution.

Sources produce chunks of data that flow through push-based pipelines.

Structsยง

ChunkSource
Source that produces chunks from a pre-built collection.
EmptySource
Source that produces a single empty chunk (for testing).
GeneratorSource
Source that generates values using a closure.
OperatorSource
Adapts a pull-based operator to work as a Source.
VectorSource
Source that produces chunks from a vector of values.