Expand description
Filter predicates evaluated against Value field contents.
Predicate is an enum (rather than a trait) so callers can pattern
match on the special IsNull / IsNotNull cases that need to see the
None field value, while everything else short-circuits on missing
fields. Like / ILike regex variants land alongside the SQL
compiler.