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)#