Method

ArrowUnionArrayBuilderappend_child

since: 12.0.00

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

Type: GArrowArrayBuilder

A GArrowArrayBuilder for new child.

The data is owned by the caller of the function.
filed_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.

Return value

Type: gint8

The type ID for the appended child.