Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.0.1, 7.0.0
Description
The existing garrow_string_array_builder_append_string() function takes a null-terminated string. I have strings that are not null-terminated and a length. I propose adding the function:
gboolean
garrow_string_array_builder_append_string_n(GArrowStringArrayBuilder *builder,
const gchar *value,
gint32 length,
GError **error)
I'll post a PR shortly.
Attachments
Issue Links
- links to