方法
ArrowReadableread_bytes
自:0.17.0
声明 [源码]
GBytes*
garrow_readable_read_bytes (
GArrowReadable* readable,
gint64 n_bytes,
GError** error
)
返回值
类型: GBytes
成功时返回包含已读取数据的 GBytes
,如果发生错误则返回 NULL
。
该方法的调用者拥有该数据的所有权,并负责释放它。 |
返回值可以为 NULL 。 |