You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eric Hanson (JIRA)" <ji...@apache.org> on 2013/11/27 02:04:35 UTC

[jira] [Assigned] (HIVE-5877) Implement vectorized support for IN as boolean-valued expression

     [ https://issues.apache.org/jira/browse/HIVE-5877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Hanson reassigned HIVE-5877:
---------------------------------

    Assignee: Eric Hanson

> Implement vectorized support for IN as boolean-valued expression
> ----------------------------------------------------------------
>
>                 Key: HIVE-5877
>                 URL: https://issues.apache.org/jira/browse/HIVE-5877
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Query Processor
>            Reporter: Eric Hanson
>            Assignee: Eric Hanson
>         Attachments: HIVE-5877.1.patch
>
>
> Implement support for IN as a Boolean-valued expression, e..g.
> select col1 IN (1, 2, 3) from T;
> or 
> select col1
> from T
> where NOT (col1 IN (1, 2, 3));
> This will also automatically add support for NOT IN because NOT IN is automatically transformed into NOT ( ... IN ... ) by the parser.
>  



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