Function mz_compute::sink::materialized_view_v2::persist_sink
source ยท pub(super) fn persist_sink<S>(
sink_id: GlobalId,
target: &CollectionMetadata,
ok_collection: Collection<S, Row, Diff>,
err_collection: Collection<S, DataflowError, Diff>,
as_of: Antichain<Timestamp>,
compute_state: &mut ComputeState,
start_signal: StartSignal,
) -> Rc<dyn Any>
Expand description
Renders an MV sink writing the given desired collection into the target
persist collection.