pyarrow.compute.MatchSubstringOptions#
- class pyarrow.compute.MatchSubstringOptions(pattern, *, ignore_case=False)#
Bases:
_MatchSubstringOptions
Options for looking for a substring.
- Parameters:
- __init__(self, pattern, *, ignore_case=False)#
Methods
__init__
(self, pattern, *[, ignore_case])deserialize
(buf)Deserialize options for a function.
serialize
(self)- static deserialize(buf)#
Deserialize options for a function.
- Parameters:
- buf
Buffer
The buffer containing the data to deserialize.
- buf
- serialize(self)#