feniljain opened a new issue, #17118:
URL: https://github.com/apache/datafusion/issues/17118

   ### Is your feature request related to a problem or challenge?
   
   Hey team 👋🏻 
   
   I have been trying to use `InListExpr` and I wanted to make use of 
[static_filter](https://github.com/apache/datafusion/blob/c4f037568632ec5c422f0082c627e1619170190b/datafusion/physical-expr/src/expressions/in_list.rs#L55),
 but it seems there's no way to use inbuilt 
[ArrayHashSet](https://github.com/apache/datafusion/blob/c4f037568632ec5c422f0082c627e1619170190b/datafusion/physical-expr/src/expressions/in_list.rs#L74-L81).
 
   
   I tried to go through issues, comments, etc. but couldn't find a reason why 
it is kept private. If I missed something, would be curious to get a link for 
the same 😅.
   
   ### Describe the solution you'd like
   
   If it wasn't intentional, can we mark [make_set](
   
https://github.com/apache/datafusion/blob/c4f037568632ec5c422f0082c627e1619170190b/datafusion/physical-expr/src/expressions/in_list.rs#L184-L210)
 as public and expose from `in_list` module?
   
   ### Describe alternatives you've considered
   
   Not sure how to use a set instead of list otherwise, would be curious to 
know if there's a way to do that except creating a new `ScalarFunctionExpr`.
   
   ### Additional context
   
   _No response_


-- 
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-unsubscr...@datafusion.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to