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.
Return value
Type: GArrowArrayBuilder
The GArrowArrayBuilder
for the i-th field.
The data is owned by the instance. |