pub(super) fn inline_lets(
    expr: &mut MirRelationExpr,
    inline_mfp: bool
) -> Result<(), TransformError>