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

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

pyarrow.compute.PairwiseOptions#

class pyarrow.compute.PairwiseOptions(period=1)#

Bases: _PairwiseOptions

Options for pairwise functions.

Parameters:
periodint, default 1

Period for applying the period function.

__init__(self, period=1)#

Methods

__init__(self[,period])

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