Top | ![]() |
![]() |
![]() |
![]() |
GArrowUInt8Array is a class for 8-bit unsigned integer array. It can store zero or more 8-bit unsigned integer data.
GArrowUInt8Array is immutable. You need to use GArrowUInt8ArrayBuilder to create a new array.
guint8 garrow_uint8_array_get_value (GArrowUInt8Array *array
,gint64 i
);