Skip to main content

render

Function render 

Source
pub(crate) fn render<'scope>(
    scope: Scope<'scope, Lsn>,
    config: RawSourceCreationConfig,
    outputs: BTreeMap<GlobalId, SourceOutputInfo>,
    source: SqlServerSourceConnection,
    metrics: SqlServerSourceMetrics,
) -> (StackedCollection<'scope, Lsn, (u64, Result<SourceMessage, DataflowError>)>, StreamVec<'scope, Lsn, ReplicationError>, PressOnDropButton)