Method

ArrowStructArrayBuilderget_field_builders

Declaration [src]

GList*
garrow_struct_array_builder_get_field_builders (
  GArrowStructArrayBuilder* builder
)

Description

No description available.
Deprecated since:12.0.0

Use garrow_array_builder_get_children() instead.

Return value

Returns: A list of GArrowArrayBuilder*
 

The GArrowArrayBuilder for all fields.

 The data is owned by the instance.