Method
ArrowRunEndEncodedArrayget_values
Declaration [src]
GArrowArray*
garrow_run_end_encoded_array_get_values (
GArrowRunEndEncodedArray* array
)
Description
No description available.
Available since: | 13.0.0 |
Gets property | Arrow.RunEndEncodedArray:values |
Return value
Returns: | GArrowArray |
The values of each run. The physical offset to the array is applied. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |