pub fn eval_op_typed(
op: PredicateOp,
node_val: &str,
pred_val: &PredicateValue,
) -> boolExpand 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).