pub fn transform_expr(
    scx: &StatementContext<'_>,
    expr: &mut Expr<Aug>
) -> Result<(), PlanError>