Method

ArrowRecordBatchBuilderget_field

Declaration [src]

GArrowArrayBuilder*
garrow_record_batch_builder_get_field (
  GArrowRecordBatchBuilder* builder,
  gint i
)

Description

No description available.
Available since:0.8.0
Deprecated since:0.13.0

Use garrow_record_batch_builder_get_column_builder() instead.

Parameters

i gint
 

The field index. If it’s negative, index is counted backward from the end of the fields. -1 means the last field.

Return value

Returns: GArrowArrayBuilder
 

The GArrowArrayBuilder for the i-th field on success, NULL on out of index.

 The data is owned by the instance.
 The return value can be NULL.