Method

ArrowDenseUnionArrayget_value_offset

since: 12.0.0

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

Type: gint64

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

Return value

Type: gint32

The offset of the i-th value.