You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "N Campbell (JIRA)" <ji...@apache.org> on 2013/10/06 17:04:41 UTC

[jira] [Created] (HIVE-5466) add support for table and row constructors in a statement

N Campbell created HIVE-5466:
--------------------------------

             Summary: add support for table and row constructors in a statement
                 Key: HIVE-5466
                 URL: https://issues.apache.org/jira/browse/HIVE-5466
             Project: Hive
          Issue Type: Improvement
            Reporter: N Campbell
            Priority: Minor


Various filtering requirements can be expressed and performed more efficiently when row and table constructors can be pushed into a statement 

where (c1, c2 ) .. ( z1, z2) 

 select t1.c1, t1.c2 from (values (10,'BB')) t1(c1,c2)

etc



--
This message was sent by Atlassian JIRA
(v6.1#6144)