Method
ArrowLargeStringArrayBuilderappend_string_len
[−]
Declaration [src]
gboolean
garrow_large_string_array_builder_append_string_len (
GArrowLargeStringArrayBuilder* builder,
const gchar* value,
gint64 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 |
gint64 |
The length of |
|
error |
GError ** |
The return location for a GError* , or NULL . |