Method

ArrowDenseUnionArrayget_value_offset

Declaration [src]

gint32
garrow_dense_union_array_get_value_offset (
  GArrowDenseUnionArray* array,
  gint64 i
)

Description

No description available.
Available since:12.0.0

Parameters

i gint64
 

The index of the offset of the value in the union.

Return value

Returns: gint32
 

The offset of the i-th value.