Method

ArrowBinaryDictionaryArrayBuilderinsert_memo_values

Declaration [src]

gboolean
garrow_binary_dictionary_array_builder_insert_memo_values (
  GArrowBinaryDictionaryArrayBuilder* builder,
  GArrowBinaryArray* values,
  GError** error
)

Description

No description available.
Available since:2.0.0

Parameters

values GArrowBinaryArray
 

A GArrowBinaryArray.

 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.