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

   ### Is your feature request related to a problem or challenge?
   
   Using the CASE WHEN statement in ARRAY.
   
   `select [case when col1>0 then true else false end,case when col1>0 then 
true else false end];`
   
   ### Describe the solution you'd like
   
   select [case when col1>0 then true else false end,case when col1>0 then true 
else false end];
   
   ### Describe alternatives you've considered
   
   perhaps this is a good place to give it a try.
   
   
https://github.com/apache/arrow-datafusion/blob/62816370822cb5e16a46d5050a41f62016af917f/datafusion/sql/src/expr/value.rs#L128-L151
   
   ### 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...@arrow.apache.org.apache.org

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

Reply via email to