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-10819) [Rust] [DataFusion] Implement EXISTS operator

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

Andrew Lamb commented on ARROW-10819:
-------------------------------------

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

> [Rust] [DataFusion] Implement EXISTS operator
> ---------------------------------------------
>
>                 Key: ARROW-10819
>                 URL: https://issues.apache.org/jira/browse/ARROW-10819
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust - DataFusion
>            Reporter: Mike Seddon
>            Priority: Major
>
> The TPC-H queries include use of the EXISTS which is used to test for the existence of any record in a subquery. For example:
> and *exists* (
>     select
>         *
>     from
>         lineitem
>     where
>         l_orderkey = o_orderkey
>         and l_commitdate < l_receiptdate
> )



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