Function mz_sql::ast::transform::create_stmt_replace_ids
source ยท pub fn create_stmt_replace_ids(
create_stmt: &mut Statement<Raw>,
ids: &BTreeMap<CatalogItemId, CatalogItemId>,
)
Expand description
Updates all CatalogItemId
s from the keys of ids
to the values of ids
within create_stmt
.