/* 
 * here is the second one -- function turned into an operator
 * and optimization possible
 */

retrieve (c1.name, c2.name)
from c1 in city, c2 in city
where c1.location && c2.location
\p
