Faisal Moeen created PHOENIX-1046:
-------------------------------------

             Summary: Using boolean function as join condition
                 Key: PHOENIX-1046
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1046
             Project: Phoenix
          Issue Type: Bug
            Reporter: Faisal Moeen


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. It would be great to use those as a join condition.

e.g.

SELECT A.a,B.b
FROM A JOIN B OVER overlap(A.a,B.b);

or

SELECT A.a,B.b
FROM A JOIN B OVER overlap(A.a,B.b)=TRUE;




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to