Method
ArrowStringArrayBuilderappend_string_len
[−]
Declaration [src]
gboolean
garrow_string_array_builder_append_string_len (
GArrowStringArrayBuilder* builder,
const gchar* value,
gint32 length,
GError** error
)
[−]
Parameters
value |
const gchar* |
A string value. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
length |
gint32 |
The length of |
|
error |
GError ** |
The return location for a GError* , or NULL . |