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