Function mz_storage::render::sinks::render_sink
source ยท pub(crate) fn render_sink<'g, G: Scope<Timestamp = ()>>(
scope: &mut Child<'g, G, Timestamp>,
storage_state: &mut StorageState,
sink_id: GlobalId,
sink: &StorageSinkDesc<MetadataFilled, Timestamp>,
) -> (Stream<G, HealthStatusMessage>, Vec<PressOnDropButton>)
Expand description
Renders complete differential Collection
s
that represent the sink and its errors as requested
by the original CREATE SINK
statement.