simple

Function simple 

Source
pub fn simple(
    field: impl Into<String>,
    op: Operator,
    value: Value,
) -> FilterExpr
Expand description

Helper function to create a simple filter expression.

ยงPanics

Panics if the field name is not a valid SQL identifier.