Method

ArrowStringArrayBuilderappend_value

Declaration [src]

gboolean
garrow_string_array_builder_append_value (
  GArrowStringArrayBuilder* builder,
  const gchar* value,
  GError** error
)

Description

No description available.
Available since:0.12.0
Deprecated since:1.0.0

Use garrow_string_array_builder_append_string() instead.

This method is not directly available to language bindings.

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.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.