You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2014/03/07 16:36:42 UTC

[jira] [Created] (TAJO-680) Improve the IN operator to support sub queries

Jihoon Son created TAJO-680:
-------------------------------

             Summary: Improve the IN operator to support sub queries
                 Key: TAJO-680
                 URL: https://issues.apache.org/jira/browse/TAJO-680
             Project: Tajo
          Issue Type: Improvement
          Components: distributed query plan, parser
            Reporter: Jihoon Son
             Fix For: 1.0-incubating


Currently, the IN operator can be used with only sets of values.
We need to improve it to support sub queries as the following example query.
{noformat}
tajo> select * from nation where n_regionkey in (select r_regionkey from region); 
{noformat}



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