Method

ArrowStringDictionaryArrayBuilderappend_string

Declaration [src]

gboolean
garrow_string_dictionary_array_builder_append_string (
  GArrowStringDictionaryArrayBuilder* builder,
  const gchar* value,
  GError** error
)

Description

No description available.
Available since:2.0.0

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.