Method

ArrowRunEndEncodedArraydecode

Declaration [src]

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

Description

No description available.
Available since:13.0.0

Return value

Returns: GArrowArray
 

A newly decoded GArrowArray for the array on success, NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.