Method

ArrowSchemaget_field_index

Declaration [src]

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

Description

No description available.
Available since:0.15.0

Parameters

name 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

Returns: gint
 

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