Doradus Query Language (DQL) : Quantifier Functions : Quantifiers on SV Scalar Fields

Quantifiers on SV Scalar Fields
Explicit quantification is allowed on SV scalars. An SV scalar is treated as a set of zero or one value, otherwise it is treated the same as an MV scalar. Strictly speaking, quantifiers are not needed on SV scalars because simple comparisons produce the same results. For example:
ANY(Name) = Fred // same as Name = Fred
ALL(Name) = Fred // same as Name = Fred
NONE(Name) = Fred // same as NOT Name = Fred