You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Rob Saccoccio (Jira)" <ji...@apache.org> on 2022/02/09 17:00:00 UTC

[jira] [Created] (ARROW-15629) [GLib] Add garrow_string_array_builder_append_string_n()

Rob Saccoccio created ARROW-15629:
-------------------------------------

             Summary: [GLib] Add garrow_string_array_builder_append_string_n()
                 Key: ARROW-15629
                 URL: https://issues.apache.org/jira/browse/ARROW-15629
             Project: Apache Arrow
          Issue Type: New Feature
          Components: GLib
    Affects Versions: 7.0.0, 6.0.1
            Reporter: Rob Saccoccio


The existing garrow_string_array_builder_append_string() function takes a null-terminated string. I have non-null terminated strings and a length. I propose the new function:
{code:c}
gboolean
garrow_string_array_builder_append_string_n(GArrowStringArrayBuilder *builder,
                                            const gchar *value,
                                            gint32 length,
                                            GError **error) 



{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)