Method

ArrowBinaryDictionaryArrayBuilderappend_array

Declaration [src]

gboolean
garrow_binary_dictionary_array_builder_append_array (
  GArrowBinaryDictionaryArrayBuilder* builder,
  GArrowBinaryArray* array,
  GError** error
)

Description

No description available.
Available since:2.0.0

Parameters

array 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.