建構子

ArrowDenseUnionDataTypenew

宣告 [src]

GArrowDenseUnionDataType*
garrow_dense_union_data_type_new (
  GList* fields,
  gint8* type_codes,
  gsize n_type_codes
)

描述

尚無描述。

參數

fields

型別: None 的列表

聯合的欄位。

資料的所有權屬於函式的呼叫者。
type_codes

型別: gint8 的陣列

指定每個欄位的代碼。

陣列的長度在 n_type_codes 參數中指定。
資料的所有權屬於函式的呼叫者。
n_type_codes

型別: gsize

型別代碼的數量。

回傳值

型別: GArrowDenseUnionDataType

新建立的密集聯合資料型別。

函式的呼叫者取得資料的所有權,並負責釋放它。