pyarrow.compute.StrftimeOptions#
- class pyarrow.compute.StrftimeOptions(format='%Y-%m-%dT%H:%M:%S', locale='C')#
Bases:
_StrftimeOptions
Options for the strftime function.
- Parameters:
- __init__(self, format='%Y-%m-%dT%H:%M:%S', locale='C')#
Methods
__init__
(self[, format, locale])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)#