pub fn plan_default_expr(
    scx: &StatementContext<'_>,
    expr: &Expr<Aug>,
    target_ty: &ScalarType
) -> Result<HirScalarExpr, PlanError>