Maarten Breddels created ARROW-10557:
----------------------------------------
Summary: [C++] Add scalar string slicing/substring kernel
Key: ARROW-10557
URL: https://issues.apache.org/jira/browse/ARROW-10557
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Maarten Breddels
Assignee: Maarten Breddels
This should implement slicing scalar string values of strings arrays with
Python semantics with start, stop ,step arguments. This may seem similar to
lists, or binary array, but the string length semantics enter into this kernel,
which does not need to equal the number of bytes, nor the number of codepoints
(accents, etc should be skipped).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)