Method

ArrowUnionArrayget_field

[]

Declaration [src]

GArrowArray*
garrow_union_array_get_field (
  GArrowUnionArray* array,
  gint i
)
[]

Description

No description available.
[]

Parameters

i

Type: gint

The index of the field in the union.

[]

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.