Expand description
Data structures and tools for representing and evaluating predicate trees.
It’s a less-sophisticated version of predicates with a focus on a simple recursive
structure for representing predicate trees (PredicateTree). This structure is designed with serialisability in mind - whether
via serde, or otherwise.
§Feature flags
serde: Enables serialization and deserialization ofPredicateTreevia serde.
Structs§
Enums§
- Combination
Operator Kind - Predicate
Tree - A recursive tree structure representing a logical predicate expression.