Is your feature request related to a problem or challenge? Please describe what you are trying to do.
concat_elements module lacks versions for binary view and fixed-size binaries. A part of epic #1772
As discussed with @Jefffrey in apache/datafusion#21883 (comment), it's worth having them here.
Describe the solution you'd like
Add specialised versions and dispatching logic under concat_elements_dyn
Describe alternatives you've considered
They're now implemented in DataFusion, but they should belong to Arrow.
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
concat_elementsmodule lacks versions for binary view and fixed-size binaries. A part of epic #1772As discussed with @Jefffrey in apache/datafusion#21883 (comment), it's worth having them here.
Describe the solution you'd like
Add specialised versions and dispatching logic under
concat_elements_dynDescribe alternatives you've considered
They're now implemented in DataFusion, but they should belong to Arrow.
Additional context