Method

ArrowStructArrayBuilderget_field_builder

deprecated: 12.0.0 

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

Type: gint

The index of the field in the struct.

Return value

Type: GArrowArrayBuilder

The GArrowArrayBuilder for the i-th field.

The data is owned by the instance.