Method

ArrowStructArrayBuilderget_field_builders

deprecated: 12.0.0 

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

Type: A list of GArrowArrayBuilder*

The GArrowArrayBuilder for all fields.

The data is owned by the instance.