方法

Arrow(箭头)Schema(模式)get_field_by_name(按名称获取字段)

声明 [src]

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

描述

没有可用的描述。

参数

name(名称)

类型: const gchar*

要查找的字段的名称。

该数据由函数的调用者拥有。
该值是以 NUL 结尾的 UTF-8 字符串。

返回值

类型: GArrowField

找到的字段或 NULL

该方法的调用者拥有数据的所有权,并负责释放它。