Skip to content

[C++] Add method to append batches of null-terminated strings to StringBuilder #18486

@asfimport

Description

@asfimport

We should add a method StringBuilder::AppendCStrings(const char** values, const uint8_t* valid_bytes = NULLPTR) to the StringBuilder class to have fast inserts for these strings. See https://github.com/apache/arrow/pull/1845/files for a use case.

Reporter: Uwe Korn / @xhochy
Assignee: Kouhei Sutou / @kou

PRs and other links:

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions