pyarrow.compute.ExtractRegexOptions#
- classpyarrow.compute.ExtractRegexOptions(pattern)#
Bases:
_ExtractRegexOptionsOptions for theextract_regex function.
- Parameters:
- pattern
str Regular expression with named capture fields.
- pattern
- __init__(self,pattern)#
Methods
__init__(self, pattern)deserialize(buf)Deserialize options for a function.
serialize(self)- staticdeserialize(buf)#
Deserialize options for a function.
- Parameters:
- buf
Buffer The buffer containing the data to deserialize.
- buf
- serialize(self)#
On this page

