方法
Arrow表合并块
自:0.16.0 起可用
声明 [源代码]
GArrowTable*
garrow_table_combine_chunks (
GArrowTable* table
GError** error
)
返回值
类型: GArrowTable
合并块后的 GArrowTable
,如果出错则返回 NULL
。
方法的调用者拥有数据的所有权,并负责释放它。 |
返回值可以是 NULL 。 |
自:0.16.0 起可用
GArrowTable*
garrow_table_combine_chunks (
GArrowTable* table
GError** error
)
类型: GArrowTable
合并块后的 GArrowTable
,如果出错则返回 NULL
。
方法的调用者拥有数据的所有权,并负责释放它。 |
返回值可以是 NULL 。 |