Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Similar to Python's str.join
For example, if the separator were "-", this takes input:
ListArray<list<item: string>> [ ["foo","bar"], ["push","pop"] ]
and returns output:
Array<string> [ "foo-bar", "push-pop" ]
Attachments
Issue Links
- is a child of
-
ARROW-555 [C++] String algorithm library for StringArray/BinaryArray
- Open
- is related to
-
ARROW-12709 [C++] Add variadic string join kernel
- Resolved
- links to