risingwave_frontend::expr::function_impl::has_privilege

Function parse_privilege

source
fn parse_privilege(
    privilege_string: &str,
    allowed_actions: &HashSet<Action>,
) -> Result<Vec<(Action, bool)>>