pyarrow.compute.run_end_decode#

pyarrow.compute.run_end_decode(array, /, *, memory_pool=None)#

Decode run-end encoded array.

Return a decoded version of a run-end encoded input array.

Parameters:
arrayArray-like

Argument to compute function.

memory_poolpyarrow.MemoryPool, optional

If not passed, will allocate memory from the default memory pool.