fn mz_acl_item_contains_privilege<'a>(
a: Datum<'a>,
b: Datum<'a>,
) -> Result<Datum<'a>, EvalError>
Expand description
Determines if an mz_aclitem contains one of the specified privileges. This will return true if any of the listed privileges are contained in the mz_aclitem.