Boolean Functions and Operators — Standard Library | EdgeDB Docs
It is important to understand the difference between using
and/orvsall()/any(). This difference is in how they handle{}. Bothandandoroperators apply to the cross-product of their operands. Thus if any of the operands are{}, the result is also{}forandandor.