Method

ArrowSchemaget_field

Declaration [src]

GArrowField*
garrow_schema_get_field (
  GArrowSchema* schema,
  guint i
)

Description

No description available.

Parameters

i guint
 

The index of the target field.

Return value

Returns: GArrowField
 

The i-th field of the schema.

 The caller of the method takes ownership of the data, and is responsible for freeing it.