fn check_owner_roles(
    object_id: &ObjectId,
    role_ids: &BTreeSet<RoleId>,
    catalog: &impl SessionCatalog
) -> bool
Expand description

Reports whether any role has ownership over an object.