Method

ArrowArrayBuilderget_child

since: 12.0.0

Declaration [src]

GArrowArrayBuilder*
garrow_array_builder_get_child (
  GArrowArrayBuilder* builder,
  gint i
)

Description

No description available.

Available since: 12.0.0

Parameters

i

Type: gint

The index of the child.

Return value

Type: GArrowArrayBuilder

The GArrowArrayBuilder for the i-th child.

The data is owned by the instance.