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

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

pyarrow.compute.JoinOptions#

class pyarrow.compute.JoinOptions(null_handling='emit_null', null_replacement='')#

Bases: _JoinOptions

Options for the binary_join_element_wise function.

Parameters:
null_handlingstr, default emit_null

How to handle null values in the inputs. Accepted values are emit_null, skip, replace.

null_replacementstr, default

Replacement string to emit for null inputs if null_handling is replace.

__init__(self, null_handling='emit_null', null_replacement='')#

Methods

__init__(self[,null_handling,null_replacement])

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