fn plan_execute_desc<'a>(
    scx: &'a StatementContext<'_>,
    _: ExecuteStatement<Aug>
) -> Result<(&'a StatementDesc, Plan), PlanError>