Method

ArrowStructDataTypeget_field_index

Declaration [src]

gint
garrow_struct_data_type_get_field_index (
  GArrowStructDataType* struct_data_type,
  const gchar* name
)

Description

No description available.
Available since:0.12.0

Parameters

name const gchar*
 

The name of the target field.

 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 target index in the struct data type or -1 on not found.