datafusion
datafusion copied to clipboard
move Array related function to datafusion-functions-array crate
Is your feature request related to a problem or challenge?
sub-issue of #9285
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
take
I plan to work on make_array
. Not sure which one are you working on, but I think it is better to move the functions one by one unless they are similar.
I already do make_array array_append array_prepend array_concat, because this function is related in optimizer
You can leave Range since I would do to cover issue #9323 , I would wait for you to complete the scratch and then port it.(Thanks)
I changed this issue title, as @jayzhan211 said, it is better to move the functions one by one unless they are similar.