Method
ArrowStructDataTypeget_field_index
since: 0.12.0
[−]
Declaration [src]
gint
garrow_struct_data_type_get_field_index (
GArrowStructDataType* struct_data_type,
const gchar* name
)
[−]
Parameters
name
-
Type:
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
Type: gint
The index of the target index in the struct data type
or -1
on not found.