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

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

pyarrow.compute.ExtractRegexSpanOptions#

class pyarrow.compute.ExtractRegexSpanOptions(pattern)#

Bases: _ExtractRegexSpanOptions

Options for the extract_regex_span 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