[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.run_end_encoded.html [Back]  [Original]

pyarrow.run_end_encoded — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.run_end_encoded#

pyarrow.run_end_encoded(run_end_type, value_type)#

Create RunEndEncodedType from run-end and value types.

Parameters:
run_end_typepyarrow.DataType

The integer type of the run_ends array. Must be int16, int32, or int64.

value_typepyarrow.DataType

The type of the values array.

Returns:
typeRunEndEncodedType

Web Proxy Viewer  |  New URL  |  Original Page