Function gte

Source
pub fn gte(attribute: &str, value: Value) -> FilterDirective
Expand description

Create a greater-than-or-equal comparison

ยงArguments

  • attribute - The attribute to compare
  • value - The value to compare to