Method

ArrowRunEndEncodedArrayget_values

since: 13.0.0

Declaration [src]

GArrowArray*
garrow_run_end_encoded_array_get_values (
  GArrowRunEndEncodedArray* array
)

Description

No description available.

Available since: 13.0.0

Return value

Type: GArrowArray

The values of each run.

The physical offset to the array is applied.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.