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

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

pyarrow.compute.ExtractRegexOptions#

class pyarrow.compute.ExtractRegexOptions(pattern)#

Bases: _ExtractRegexOptions

Options for the extract_regex function.

Parameters:
patternstr

Regular expression with named capture fields.

__init__(self, pattern)#

Methods

__init__(self,pattern)

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