Method
ArrowLargeListArrayBuilderappend_value
since: 0.16.0
Declaration [src]
gboolean
garrow_large_list_array_builder_append_value (
GArrowLargeListArrayBuilder* builder
GError** error
)
Return value
Type: 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().