Skip to main content

Module numeric_property_range_predicate

Module numeric_property_range_predicate 

Source

Structsยง

Builder
A builder for NumericPropertyRangePredicate
Complete
The final stage for NumericPropertyRangePredicate.
NameStage
The name stage for Builder.
NumericPropertyRangePredicate
Inclusive range on a numeric property. At least one bound is required. BETWEEN: min <= x <= max. An absent bound is unbounded on that side. NOT_BETWEEN: x < min OR x > max. An absent bound drops that side. Both operators require a numeric value for name. Missing properties and string values never match. Bounds are closed [min, max] to match the number chip (is between / is not between), not half-open.
OperatorStage
The operator stage for Builder.