Function mz_sql::ast::transform::create_stmt_replace_ids

source ·
pub fn create_stmt_replace_ids(
    create_stmt: &mut Statement<Raw>,
    ids: &BTreeMap<GlobalId, GlobalId>
)
Expand description

Updates all GlobalIds from the keys of ids to the values of ids within create_stmt.