Module mz_sql::query_model::validator::quantifier
source · Expand description
Defines QuantifierConstraint and QuantifierConstraintValidator.
Modules
QuantifierConstraint constants used by the QuantifierConstraintValidator.Structs
A model for constraints imposed on the input or ranging quantifiers of a query box.
A
Validator that checks the following quantifier constraints:Functions
Check a const-sized array of
constraints against a sequence of quantifiers,
and call on_failure for constraints that are not satisfied by the sequence.