fn remap_gets(
expr: &mut MirRelationExpr,
catalog: &TestCatalog,
name_to_id: &BTreeMap<String, GlobalId>,
) -> Result<()>Expand description
Rewrite every global Get in expr from the catalog’s assigned id back to
the script’s id, looked up by the object’s name.