pub fn validate_where(
clause: &BTreeMap<String, FieldPredicate>,
who: &str,
) -> Result<()>Expand description
Validate an eval where clause, identified as who in errors.
ยงErrors
Error::Invalid on an invalid predicate (see FieldPredicate).