timsaucer commented on PR #17289:
URL: https://github.com/apache/datafusion/pull/17289#issuecomment-3216955398

   Note to self: To support extending beyond just scalar values for anything 
other than the array to apply to, see if we can use run end encoded array. That 
would prevent a need to do any kind of data duplication. We would only need to 
make one new array that was built up from the lengths of the lists of the array 
we are applying to.
   
   Also consider having a `.new()` function that only takes the scalar function 
and assumes we apply to the `0` index. Then add a `.with_argument_index()` to 
change it.


-- 
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

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