Method
ArrowArrayBuilderfinish
Declaration [src]
GArrowArray*
garrow_array_builder_finish (
GArrowArrayBuilder* builder
GError** error
)
Return value
Type: GArrowArray
The built GArrowArray
on success,
NULL
on error.
The caller of the method takes ownership of the data, and is responsible for freeing it. |