Method
ArrowUInt8Arrayget_values
[−]
Declaration [src]
const guint8*
garrow_uint8_array_get_values (
GArrowUInt8Array* array,
gint64* length
)
[−]
Return value
Returns: | An array of guint8 |
The raw values. |
|
The length of the array is in the length argument. | |
The data is owned by the instance. |