pyarrow.compute.TakeOptions#
- class pyarrow.compute.TakeOptions(*, boundscheck=True)#
Bases:
_TakeOptions
Options for the take and array_take functions.
- Parameters:
- __init__(self, *, boundscheck=True)#
Methods
__init__
(self, *[, boundscheck])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)#