Function render

Source
pub(crate) fn render<G: Scope<Timestamp = Lsn>>(
    scope: G,
    config: RawSourceCreationConfig,
    outputs: BTreeMap<GlobalId, SourceOutputInfo>,
    source: SqlServerSource,
) -> (StackedCollection<G, (u64, Result<SourceMessage, DataflowError>)>, Stream<G, Infallible>, Stream<G, ReplicationError>, Stream<G, ProgressStatisticsUpdate>, PressOnDropButton)