Skip to content

[C++] Add scalar string join kernel #26882

@asfimport

Description

@asfimport

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"
] 

Reporter: Maarten Breddels / @maartenbreddels
Assignee: Antoine Pitrou / @pitrou

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-10959. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions