Method
ArrowUnionArrayget_field
Declaration [src]
GArrowArray*
garrow_union_array_get_field (
  GArrowUnionArray* array,
  gint i
)
Return value
Type: GArrowArray
The i-th field values as a
  GArrowArray or NULL on out of range.
| The caller of the method takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |