Skip to main content

eval_op_typed

Function eval_op_typed 

Source
pub fn eval_op_typed(
    op: PredicateOp,
    node_val: &str,
    pred_val: &PredicateValue,
) -> bool
Expand description

Evaluate a predicate operator with typed values.

Uses PredicateValue for the predicate side and a string for the node side (since node values often arrive as strings from JSON or other formats).