Hi there, Is there a way to use a boolean function as a join condition? If not, is it easy to develop this capability. I have implemented some spatio-temporal functions as part of my master thesis but for bench-marking, I need to have join capability.
e.g. SELECT A.a,B.b FROM A JOIN B OVER overlap(A.a,B.b) -- Regards Faisal Moeen
