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: [email protected]

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

Reply via email to