Function mz_transform::normalize_lets::renumbering::determine
source ยท fn determine(
relation: &MirRelationExpr,
remap: &mut BTreeMap<LocalId, LocalId>,
id_gen: &mut IdGen,
) -> Result<(), TransformError>
Expand description
Performs an in-order traversal of the AST, assigning identifiers as it goes.