方法
ArrowTableconcatenate
起始版本: 0.14.0
声明 [src]
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
; 调用者将拥有数据的 ownership,并负责释放它。
返回值
类型: GArrowTable
垂直连接的表格。
该方法的调用者拥有数据的 ownership,并负责释放它。 |
返回值可以为 NULL 。 |