Method

ArrowRunEndEncodedArrayget_logical_run_ends

Declaration [src]

GArrowArray*
garrow_run_end_encoded_array_get_logical_run_ends (
  GArrowRunEndEncodedArray* array
  GError** error
)

Description

No description available.
Available since:13.0.0

Return value

Returns: GArrowArray
 

The logical indexes of each run-end or NULL on error.

If a non-zero logical offset is set, this function allocates a new array and rewrites all the run end values to be relative to the logical offset and cuts the end of the array to the logical length.

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