Unknown Operators¶
Atfinity's rule language has a third truth value, unknown, for information that has not been provided yet (see Unknown & Three-Valued Logic). These operators let you handle unknown values explicitly:
unknownandknowntest whether a value is missing or present.SNEAKYignores an expression when the information it needs is not available.- The
*_OF_ANYoperators (such asSUM_OF_ANYandAVG_OF_ANY) aggregate only the values that are available, ignoring any that are unknown.