Method
ArrowSchemaget_field_by_name
Declaration [src]
GArrowField*
garrow_schema_get_field_by_name (
GArrowSchema* schema,
const gchar* name
)
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: | GArrowField |
The found field or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |