Function mz_compute::sink::materialized_view_v2::append::render
source ยท pub fn render<S>(
sink_id: GlobalId,
persist_api: PersistApi,
active_worker_id: usize,
descs: &Stream<S, BatchDescription>,
batches: &Stream<S, ProtoBatch>,
) -> PressOnDropButton
Expand description
Render the append
operator.
The parameters passed in are:
sink_id
: TheGlobalId
of the sink export.persist_api
: An object providing access to the output persist shard.descs
: The stream of batch descriptions produced by themint
operator.batches
: The stream of written batches produced by thewrite
operator.