pub fn build_compute_dataflow<A: Allocate>(
    timely_worker: &mut Worker<A>,
    compute_state: &mut ComputeState,
    dataflow: DataflowDescription<Plan, CollectionMetadata>
)
Expand description

Assemble the “compute” side of a dataflow, i.e. all but the sources.

This method imports sources from provided assets, and then builds the remaining dataflow using “compute-local” assets like shared arrangements, and producing both arrangements and sinks.