Method

ArrowRecordBatchBuilderget_field

deprecated: 0.13.0 since: 0.8.0

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

Type: 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

Type: 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.