apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.42k stars 3.51k forks source link

[C++] Binary View Compute Kernels #44336

Open WillAyd opened 5 days ago

WillAyd commented 5 days ago

Describe the enhancement requested

Is there a larger plan to start adding compute kernels for the binary view types? I see dedicated issues like https://github.com/apache/arrow/issues/43010 but I'm not sure if there's a larger issue tracking these, to try and get parity with the (non-view) binary types

Component(s)

C++

WillAyd commented 3 days ago

I'd be happy to take a look at this in more detail. At a high level though, I wonder if StringView should be a part of the StringTypes defined in type.cc (ditto for Binary) or if we wanted to define that differently?