Method

ArrowStringDictionaryArrayBuilderinsert_memo_values

Declaration [src]

gboolean
garrow_string_dictionary_array_builder_insert_memo_values (
  GArrowStringDictionaryArrayBuilder* builder,
  GArrowStringArray* values,
  GError** error
)

Description

No description available.
Available since:2.0.0

Parameters

values GArrowStringArray
 

A GArrowStringArray.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.