方法
ArrowTable(表)concatenate(连接)
自:0.14.0
声明 [源代码]
GArrowTable*
garrow_table_concatenate (
GArrowTable* table,
GList* other_tables,
GArrowTableConcatenateOptions* options,
GError** error
)
参数
other_tables(其他表)
-
类型:
GArrowTable*
列表待连接的表。
数据由函数调用者拥有。 options(选项)
-
类型:
GArrowTableConcatenateOptions
(表连接选项)用于自定义连接的选项。
该参数可以为 NULL
。数据由函数调用者拥有。 error(错误)
-
类型:
GError **
可恢复错误的返回位置。
该参数可以为 NULL
。如果返回位置不为 NULL
,则必须将其初始化为NULL
GError*
。如果没有错误,该参数将由方法初始化为 NULL
。如果发生错误,该参数将设置为新分配的 GError
;调用者将拥有数据的所有权,并负责释放它。