pyarrow.compute.TakeOptions#
- classpyarrow.compute.TakeOptions(*,boundscheck=True)#
Bases:
_TakeOptionsOptions for thetake andarray_take functions.
- Parameters:
Methods
__init__(self, *[, boundscheck])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

