Method
ArrowSchemaget_field
Declaration [src]
GArrowField*
garrow_schema_get_field (
GArrowSchema* schema,
guint i
)
Return value
Type: GArrowField
The i-th field of the schema.
The caller of the method takes ownership of the data, and is responsible for freeing it. |