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

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

pyarrow.compute.ScatterOptions#

class pyarrow.compute.ScatterOptions(max_index=-1)#

Bases: _ScatterOptions

Options for scatter function.

Parameters:
max_indexint64, default -1

The max value in the input indices to allow. The length of the functions output will be this value plus 1. If negative, this value will be set to the length of the input indices minus 1 and the length of the functions output will be the length of the input indices.

__init__(self, max_index=-1)#

Methods

__init__(self[,max_index])

deserialize(buf)

Deserialize options for a function.

serialize(self)

static deserialize(buf)#

Deserialize options for a function.

Parameters:
bufBuffer

The buffer containing the data to deserialize.

serialize(self)#

Web Proxy Viewer  |  New URL  |  Original Page