方法

ArrowUnionDataTypeget_type_codes

自: 0.12.0

宣告 [src]

gint8*
garrow_union_data_type_get_type_codes (
  GArrowUnionDataType* union_data_type,
  gsize* n_type_codes
)

描述

無可用描述。

自 0.12.0 起可用

參數

n_type_codes

類型: gsize*

類型代碼的數量。

此參數將由函式設定。

傳回值

類型: 一個 gint8 陣列

每個欄位的代碼。

當不再需要時,應使用 g_free() 釋放。

陣列的長度在 n_type_codes 參數中。
方法的呼叫者取得資料的所有權,並負責釋放它。