You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "chaokunyang (via GitHub)" <gi...@apache.org> on 2023/04/07 02:58:12 UTC

[GitHub] [arrow] chaokunyang commented on issue #34927: [C++] utf8_slice_codeunits doesn't support stop/step array type

chaokunyang commented on issue #34927:
URL: https://github.com/apache/arrow/issues/34927#issuecomment-1499878848

   > Yeah, the technical explanation for this is that this kernel is implemented as a unary kernel (so the only "argument" are the input strings), and the start/stop/step are passed through the SliceOptions class. And only actual arguments are automatically broadcasted (i.e. accepting scalar or array types as input).
   
   It there any plan for implement this vectorized kernel? It's a common in SQL scene, I can help with this if it's planed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org