[
https://issues.apache.org/jira/browse/ARROW-12713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343585#comment-17343585
]
Niranda Perera commented on ARROW-12713:
----------------------------------------
One thing I saw was, almost all the String kernels (utf8/ ascii) are only
adding impls for StringType and LargeStringType types.
[https://github.com/apache/arrow/blob/1a6e90c2b0872ad16df29c8f9d0a54154c1988d7/cpp/src/arrow/compute/kernels/scalar_string.cc#L2132]
Was wondering if some of these should also add BinaryType kernels?
> [C++] String reverse kernel
> ---------------------------
>
> Key: ARROW-12713
> URL: https://issues.apache.org/jira/browse/ARROW-12713
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Ian Cook
> Assignee: Niranda Perera
> Priority: Major
>
> Like SQL {{reverse}} or Python {{'string'[::-1]}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)