方法
ArrowReadableread_bytes
自版本:0.17.0 起
宣告 [原始碼]
GBytes*
garrow_readable_read_bytes (
GArrowReadable* readable,
gint64 n_bytes,
GError** error
)
回傳值
類型: GBytes
成功讀取資料的 GBytes
,如果發生錯誤則為 NULL
。
此方法的呼叫者取得資料的所有權,並負責釋放它。 |
回傳值可為 NULL 。 |