alamb opened a new issue, #123:
URL: https://github.com/apache/arrow-datafusion/issues/123

   *Note*: migrated from original JIRA: 
https://issues.apache.org/jira/browse/ARROW-10819
   
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to