Method

ArrowRecordBatchBuilderget_column_builder

Declaration [src]

GArrowArrayBuilder*
garrow_record_batch_builder_get_column_builder (
  GArrowRecordBatchBuilder* builder,
  gint i
)

Description

No description available.
Available since:0.13.0

Parameters

i gint
 

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

Return value

Returns: GArrowArrayBuilder
 

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

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