Method
ArrowUnionArrayBuilderappend_child
since: 12.0.00
Declaration [src]
gint8
garrow_union_array_builder_append_child (
  GArrowUnionArrayBuilder* builder,
  GArrowArrayBuilder* child,
  const gchar* field_name
)
      Parameters
child- 
            
Type:
GArrowArrayBuilderA
GArrowArrayBuilderfor new child.The data is owned by the caller of the function.  field_name- 
            
Type:
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.