pyarrow.compute.SplitPatternOptions#
- class pyarrow.compute.SplitPatternOptions(pattern, *, max_splits=None, reverse=False)#
Bases:
_SplitPatternOptions
Options for splitting on a string pattern.
- Parameters:
- __init__(self, pattern, *, max_splits=None, reverse=False)#
Methods
__init__
(self, pattern, *[, max_splits, reverse])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)#