Method

ArrowUnionArrayBuilderappend_child

Declaration [src]

gint8
garrow_union_array_builder_append_child (
  GArrowUnionArrayBuilder* builder,
  GArrowArrayBuilder* child,
  const gchar* filed_name
)

Description

No description available.
Available since:12.0.00

Parameters

child GArrowArrayBuilder
 

A GArrowArrayBuilder for new child.

 The data is owned by the caller of the function.
filed_name const gchar*
 

A field name for new child.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: gint8
 

The type ID for the appended child.