Generates the operator helper bag exposed via Model.ops. The helpers are
intentionally minimal for now: neq works on any field, containsAll
targets string-array-backed columns for “must include every element”, and
containsAny uses the overlap operator until we add richer casts.
Generates the operator helper bag exposed via
Model.ops. The helpers are intentionally minimal for now:neqworks on any field,containsAlltargets string-array-backed columns for “must include every element”, andcontainsAnyuses the overlap operator until we add richer casts.