risingwave_frontend::handler::alter_owner

Function check_schema_create_privilege

source
pub fn check_schema_create_privilege(
    session: &Arc<SessionImpl>,
    new_owner: &UserCatalog,
    schema_id: u32,
) -> Result<(), RwError>