pyarrow.compute.ReplaceSubstringOptions#
- classpyarrow.compute.ReplaceSubstringOptions(pattern,replacement,*,max_replacements=None)#
Bases:
_ReplaceSubstringOptionsOptions for replacing matched substrings.
- Parameters:
Methods
__init__(self, pattern, replacement, *[, ...])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

