alamb commented on issue #15882: URL: https://github.com/apache/datafusion/issues/15882#issuecomment-2867583963
> I'd like to work on implementing this approach. What do you think about organizing array operations this way? If this approach seems reasonable, I'm happy to start working on it. It seems like a reasonable idea to me. I think we would have to see how the code looks -- I am not familiar enough with its current structure to know how big a change this is However, I think @timsaucer is asking for something different: not a particular array function like `array_sum` but instead something like `array_appy(array, func)` Which woudl take an array and function and apply `func` to each distinct sub array -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
