Method
ArrowUnionArrayBuilderappend_child
Declaration [src]
gint8
garrow_union_array_builder_append_child (
GArrowUnionArrayBuilder* builder,
GArrowArrayBuilder* child,
const gchar* filed_name
)
Parameters
child |
GArrowArrayBuilder |
A |
|
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. |