datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

move Array related function to datafusion-functions-array crate

Open guojidan opened this issue 1 year ago • 3 comments

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

guojidan avatar Feb 23 '24 02:02 guojidan

take

guojidan avatar Feb 23 '24 02:02 guojidan

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.

jayzhan211 avatar Feb 24 '24 06:02 jayzhan211

I already do make_array array_append array_prepend array_concat, because this function is related in optimizer

guojidan avatar Feb 24 '24 10:02 guojidan

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)

Lordworms avatar Feb 25 '24 01:02 Lordworms

I changed this issue title, as @jayzhan211 said, it is better to move the functions one by one unless they are similar.

guojidan avatar Feb 26 '24 08:02 guojidan