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

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

pyarrow.compute.NullOptions#

class pyarrow.compute.NullOptions(*, nan_is_null=False)#

Bases: _NullOptions

Options for the is_null function.

Parameters:
nan_is_nullbool, default False

Whether floating-point NaN values are considered null.

__init__(self, *, nan_is_null=False)#

Methods

__init__(self,*[,nan_is_null])

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