forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-2411: [C++] Add StringBuilder::Append(const char **values)
This implementation uses not NULL-terminated C strings and the length of values instead of NULL-terminated C strings. Because other builder uses the interface such as `PrimitiveBuilder::Append()`. Author: Kouhei Sutou <[email protected]> Author: Antoine Pitrou <[email protected]> Closes apache#1852 from kou/cpp-string-builder-append-cstrings and squashes the following commits: df00afc <Antoine Pitrou> Nit: fix docstring wording ed8203a <Kouhei Sutou> Process NULL char * as a null value 6d4669b <Kouhei Sutou> Fix expected value d697e49 <Kouhei Sutou> Format 001ea51 <Kouhei Sutou> Process nullptr char * as a NULL value 0a11f7b <Kouhei Sutou> Use "nul-terminated char *" instead of "C string" f06fd76 <Kouhei Sutou> Add StringBuilder::Append(const char **values)
- Loading branch information
Showing
3 changed files
with
136 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters