Trait vortex_expr::FieldPathOperations
source · pub trait FieldPathOperations {
// Required methods
fn equal(&self, other: Value) -> Predicate;
fn not_equal(&self, other: Value) -> Predicate;
fn gt(&self, other: Value) -> Predicate;
fn gte(&self, other: Value) -> Predicate;
fn lt(&self, other: Value) -> Predicate;
fn lte(&self, other: Value) -> Predicate;
}