Method

ArrowArrayconcatenate

Declaration [src]

GArrowArray*
garrow_array_concatenate (
  GArrowArray* array,
  GList* other_arrays,
  GError** error
)

Description

No description available.
Available since:4.0.0

Parameters

other_arrays A list of GArrowArray*
 

A GArrowArray to be concatenated.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowArray
 

The concatenated array.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.