Method
ArrowRecordBatchBuilderget_column_builder
since: 0.13.0
Declaration [src]
GArrowArrayBuilder*
garrow_record_batch_builder_get_column_builder (
GArrowRecordBatchBuilder* builder,
gint i
)
Parameters
i
-
Type:
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
Type: 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 . |