Method

ArrowRunEndEncodedArrayget_logical_values

Declaration [src]

GArrowArray*
garrow_run_end_encoded_array_get_logical_values (
  GArrowRunEndEncodedArray* array
)

Description

No description available.
Available since:13.0.0

Return value

Returns: GArrowArray
 

The logical values of each run.

If a non-zero logical offset is set, this function allocates a new array containing only the values within the logical range.

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