Method
ArrowArrayrun_end_encode
Declaration [src]
GArrowRunEndEncodedArray*
garrow_array_run_end_encode (
GArrowArray* array,
GArrowRunEndEncodeOptions* options,
GError** error
)
Parameters
options |
GArrowRunEndEncodeOptions |
A |
|
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 |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |