You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "izveigor (via GitHub)" <gi...@apache.org> on 2023/04/22 17:29:37 UTC

[GitHub] [arrow-datafusion] izveigor commented on issue #6073: in_list expression not working

izveigor commented on issue #6073:
URL: https://github.com/apache/arrow-datafusion/issues/6073#issuecomment-1518712557

   Hello, @BubbaJoe.
   The function `in_list` is a fluent-style API using Rust code (For example: `col("a").gt(lit(6)).and(col("b").lt(lit(7)))`)
   To use `in_list` function in SQL check: https://arrow.apache.org/datafusion/user-guide/sql/subqueries.html#in


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org