risingwave_frontend::expr::function_impl::has_privilege

Function has_privilege_impl_captured

source
fn has_privilege_impl_captured(
    user_name: &str,
    object: &Object,
    actions: &Vec<(Action, bool)>,
) -> Result<bool>