risingwave_frontend::expr::function_impl::has_privilege

Function has_table_privilege_1

source
fn has_table_privilege_1(
    user_name: &str,
    table_oid: i32,
    privileges: &str,
) -> Result<bool>