Method
ArrowArrayconcatenate
Declaration [src]
GArrowArray*
garrow_array_concatenate (
GArrowArray* array,
GList* other_arrays,
GError** error
)
Parameters
other_arrays |
A list of GArrowArray* |
A |
|
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 . |