risingwave_frontend::handler::handle_privilege

Function make_prost_privilege

source
fn make_prost_privilege(
    session: &SessionImpl,
    privileges: Privileges,
    objects: GrantObjects,
) -> Result<Vec<PbGrantPrivilege>, RwError>