Method

ArrowSchemaget_field_index

since: 0.15.0

Declaration [src]

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

Description

No description available.

Available since: 0.15.0

Parameters

name

Type: const gchar*

The name of the field to be found.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gint

The index of the found field, -1 on not found.