Expand description
Evaluator for filter expressions.
Macros§
- simple_
context - A macro to create a
SimpleContextfrom key-value pairs.
Structs§
- Filter
Expr Evaler - Filter
Expr Evaler Env - The environment for the filter expression evaluator.
- Function
Context - The context for a function call.
- Method
Context - The context for a method call.
- Simple
Context - A simple context that stores the variables in a hash map.
Enums§
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.