You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/04/26 13:24:02 UTC

[jira] [Commented] (ARROW-10731) [Rust] [DataFusion] Add SQL support for IN expression

    [ https://issues.apache.org/jira/browse/ARROW-10731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17332312#comment-17332312 ] 

Andrew Lamb commented on ARROW-10731:
-------------------------------------

Migrated to github: https://github.com/apache/arrow-datafusion/issues/118

> [Rust] [DataFusion] Add SQL support for IN expression
> -----------------------------------------------------
>
>                 Key: ARROW-10731
>                 URL: https://issues.apache.org/jira/browse/ARROW-10731
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust - DataFusion
>            Reporter: Andy Grove
>            Priority: Major
>
> We should add support for the SQL "IN" expression.
> See TPC-H query 12 for a good example:
> {code:java}
> WHERE l_shipmode IN ('MAIL', 'SHIP') {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)