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

