Method

ArrowStructArrayget_field

Declaration [src]

GArrowArray*
garrow_struct_array_get_field (
  GArrowStructArray* array,
  gint i
)

Description

No description available.

Parameters

i gint
 

The index of the field in the struct.

Return value

Returns: GArrowArray
 

The i-th field.

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