建構子

ArrowFieldnew_full

宣告 [src]

GArrowField*
garrow_field_new_full (
  const gchar* name,
  GArrowDataType* data_type,
  gboolean nullable
)

描述

尚無描述。

參數

名稱

型別: const gchar*

欄位的名稱。

資料的所有權屬於函式的呼叫者。
此值為 NUL 終止的 UTF-8 字串。
資料型別

型別: GArrowDataType

欄位的資料型別。

資料的所有權屬於函式的呼叫者。
可為空值

型別: gboolean

是否可包含空值。

回傳值

型別: GArrowField

新建立的 GArrowField

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