fn mz_acl_item_contains_privilege(
a: Datum<'_>,
b: Datum<'_>,
) -> Result<Datum<'static>, 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.