Function mz_sql::ast::fold::fold_create_sink_connection

source ·
pub fn fold_create_sink_connection<F, T, T2>(
    folder: &mut F,
    node: CreateSinkConnection<T>
) -> CreateSinkConnection<T2>
where T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,