fn session_role_memberships(
catalog: &CatalogState,
role_id: &RoleId,
) -> Vec<String>Expand description
Returns the names of all roles that the given role is transitively a member
of, including itself. Used to evaluate mz_session_role_memberships().