Keuntae Park created TAJO-1539:
----------------------------------

             Summary: Implement EXCEPT ALL physical operator
                 Key: TAJO-1539
                 URL: https://issues.apache.org/jira/browse/TAJO-1539
             Project: Tajo
          Issue Type: Sub-task
            Reporter: Keuntae Park


EXCEPT ALL implements bag(multiset) subtraction.
For example,
when query1 returns
{code}
1, 2, 3, 3, 3, 4
{code}
while query2 returns
{code}
2, 3, 5
{code}
Then query1 EXCEPT ALL query2 should return
{code}
1, 3, 3, 4
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to