方法

ArrowSchemaget_field_index

始於:0.15.0

宣告 [src]

gint
garrow_schema_get_field_index (
  GArrowSchema* schema,
  const gchar* name
)

描述

無可用描述。

自 0.15.0 版本開始提供

參數

名稱

類型: const gchar*

要尋找的欄位名稱。

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

回傳值

類型: gint

找到欄位的索引,若未找到則為 -1。