方法

ArrowTable(表)to_string(转换为字符串)

自:0.12.0 起可用

声明 [src]

gchar*
garrow_table_to_string (
  GArrowTable* table
  GError** error
)

描述

暂无描述。

自:0.12.0 起可用

返回值

类型: gchar*

格式化的表格内容,如果出错则返回 NULL

当不再需要时,应使用 g_free() 释放它。

方法的调用者拥有数据的所有权,并负责释放它。
返回值可以是 NULL
该值是一个以 NUL 结尾的 UTF-8 字符串。