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 |
Parameters
i |
gint |
The field index. If it’s negative, index is counted backward
from the end of the fields. |
Return value
Returns: | GArrowArrayBuilder |
The |
|
The data is owned by the instance. | |
The return value can be NULL . |