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)