Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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).
Attachments
Issue Links
- is a child of
-
ARROW-555 [C++] String algorithm library for StringArray/BinaryArray
- Open
- is depended upon by
-
ARROW-10305 [R] Filter with regular expressions
- Resolved
- is related to
-
ARROW-12948 [C++] Add string slice replace kernel
- Resolved
- requires
-
ARROW-9128 [C++] Implement string space trimming kernels: trim, ltrim, and rtrim
- Resolved
- links to