Method

ArrowLargeListArrayBuilderappend_value

Declaration [src]

gboolean
garrow_large_list_array_builder_append_value (
  GArrowLargeListArrayBuilder* builder
  GError** error
)

Description

No description available.
Available since:0.16.0

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.

It appends a new list element. To append a new list element, you need to call this function then append list element values to value_builder. value_builder is the GArrowArrayBuilder specified to constructor. You can get value_builder by garrow_large_list_array_builder_get_value_builder().