pub fn plan_raise(
    scx: &StatementContext<'_>,
    r: RaiseStatement
) -> Result<Plan, PlanError>