mz_sql::plan::statement::acl

Function plan_update_privilege

Source
fn plan_update_privilege(
    scx: &StatementContext<'_>,
    privileges: PrivilegeSpecification,
    target: GrantTargetSpecification<Aug>,
    roles: Vec<ResolvedRoleName>,
) -> Result<UpdatePrivilegesPlan, PlanError>