Crate filter_expr_evaler

Crate filter_expr_evaler 

Source
Expand description

Evaluator for filter expressions.

Macros§

simple_context
A macro to create a SimpleContext from key-value pairs.

Structs§

ExprFnContext
FilterExprEvaler
SimpleContext
A simple context that stores the variables in a hash map.

Enums§

Error
Value
ValueType

Traits§

Context
The context of the filter for evaluation.
ExprFn