Skip to main content

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§

FilterExprEvaler
FilterExprEvalerEnv
The environment for the filter expression evaluator.
FunctionContext
The context for a function call.
MethodContext
The context for a method call.
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.
Function
The trait for a function.
Method
The trait for a method.

Type Aliases§

ArcFunction
The boxed function.
ArcMethod
The boxed method.