方法
ArrowTablewrite_as_feather
since: 0.17.0
宣告 [src]
gboolean
garrow_table_write_as_feather (
GArrowTable* table,
GArrowOutputStream* sink,
GArrowFeatherWriteProperties* properties,
GError** error
)
參數
sink
-
輸出。
資料由函式的呼叫者擁有。 properties
-
類型:
GArrowFeatherWriteProperties
此寫入的屬性。
此參數可以為 NULL
。資料由函式的呼叫者擁有。 error
-
類型:
GError **
用於 可恢復錯誤 的回傳位置。
此參數可以為 NULL
。如果回傳位置不是 NULL
,則您必須將其初始化為NULL
GError*
。如果沒有錯誤,此方法會將此參數保持初始化為 NULL
。如果發生錯誤,此參數將被設定為新分配的 GError
;呼叫者將取得資料的所有權,並負責釋放它。