Function render_sink

Source
pub(crate) fn render_sink<G>(
    scope: &mut G,
    storage_state: &mut StorageState,
    sink_id: GlobalId,
    sink: &StorageSinkDesc<CollectionMetadata, Timestamp>,
) -> (Stream<G, HealthStatusMessage>, Vec<PressOnDropButton>)
where G: Scope<Timestamp = ()>,
Expand description

Renders complete differential Collections that represent the sink and its errors as requested by the original CREATE SINK statement.