Method
ArrowRunEndEncodedArrayget_logical_run_ends
Declaration [src]
GArrowArray*
garrow_run_end_encoded_array_get_logical_run_ends (
  GArrowRunEndEncodedArray* array
  GError** error
)
Return value
| Returns: | GArrowArray | 
| The logical indexes of each run-end or
   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. |