方法
ArrowArrayconcatenate
since: 4.0.0
声明 [src]
GArrowArray*
garrow_array_concatenate (
GArrowArray* array,
GList* other_arrays,
GError** error
)
返回值
类型: GArrowArray
连接的数组。
该方法的调用者拥有数据的 ownership,并负责释放它。 |
返回值可以是 NULL 。 |
since: 4.0.0
GArrowArray*
garrow_array_concatenate (
GArrowArray* array,
GList* other_arrays,
GError** error
)
类型: GArrowArray
连接的数组。
该方法的调用者拥有数据的 ownership,并负责释放它。 |
返回值可以是 NULL 。 |