Method

ArrowArrayBuilderfinish

Declaration [src]

GArrowArray*
garrow_array_builder_finish (
  GArrowArrayBuilder* builder
  GError** error
)

Description

No description available.

Return value

Returns: 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.