Method

ArrowStructArrayBuilderget_field_builder

Declaration [src]

GArrowArrayBuilder*
garrow_struct_array_builder_get_field_builder (
  GArrowStructArrayBuilder* builder,
  gint i
)

Description

No description available.
Deprecated since:12.0.0

Use garrow_array_builder_get_child() instead.

Parameters

i gint
 

The index of the field in the struct.

Return value

Returns: GArrowArrayBuilder
 

The GArrowArrayBuilder for the i-th field.

 The data is owned by the instance.