Method
ArrowRecordBatchBuilderget_column_builder
Declaration [src]
GArrowArrayBuilder*
garrow_record_batch_builder_get_column_builder (
GArrowRecordBatchBuilder* builder,
gint i
)
Parameters
i |
gint |
The column index. If it’s negative, index is counted backward
from the end of the columns. |
Return value
Returns: | GArrowArrayBuilder |
The |
|
The data is owned by the instance. | |
The return value can be NULL . |