pyarrow.compute.TrimOptions¶
- class pyarrow.compute.TrimOptions(characters)¶
Bases:
_TrimOptionsOptions for trimming characters from strings.
- Parameters:
- characters
str Individual characters to be trimmed from the string.
- characters
- __init__(self, characters)¶
Methods
__init__(self, characters)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)¶