Method

ArrowArrayrun_end_encode

Declaration [src]

GArrowRunEndEncodedArray*
garrow_array_run_end_encode (
  GArrowArray* array,
  GArrowRunEndEncodeOptions* options,
  GError** error
)

Description

No description available.
Available since:13.0.0

Parameters

options GArrowRunEndEncodeOptions
 

A GArrowRunEndEncodeOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowRunEndEncodedArray
 

A newly created GArrowRunEndEncodeArray 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.