Skip to main content

Module condition

Module condition 

Source
Expand description

Composable condition syntax and field-read operators.

Structs§

FieldRead
Leaf node that reads a single field from the runtime buffer.

Enums§

ArithOp
Binary arithmetic operator for combining numeric condition subtrees.
ChildIter 🔒
CompareOp
Binary comparison operator between two numeric condition subtrees.
Condition
Composable condition tree used by authored rotations.
MinMaxOp
Binary selection operator picking the smaller or larger of two subtrees.
UnaryMathOp
Unary math function applied to a numeric condition subtree.