Top | ![]() |
![]() |
![]() |
![]() |
GArrowUInt32Array is a class for 32-bit unsigned integer array. It can store zero or more 32-bit unsigned integer data.
GArrowUInt32Array is immutable. You need to use GArrowUInt32ArrayBuilder to create a new array.
guint32 garrow_uint32_array_get_value (GArrowUInt32Array *array
,gint64 i
);