方法

ArrowSchemaget_field_by_name

宣告 [src]

GArrowField*
garrow_schema_get_field_by_name (
  GArrowSchema* schema,
  const gchar* name
)

描述

無可用描述。

參數

name

型別: const gchar*

要尋找的欄位名稱。

資料由函數的呼叫者擁有。
值為以 NUL 結尾的 UTF-8 字串。

傳回值

型別: GArrowField

找到的欄位或 NULL

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