pub fn simple( field: impl Into<String>, op: Operator, value: Value, ) -> FilterExpr
Helper function to create a simple filter expression.
Panics if the field name is not a valid SQL identifier.