pyarrow.compute.IndexOptions#
- classpyarrow.compute.IndexOptions(value)#
Bases:
_IndexOptions
Options for the index function.
- Parameters:
- value
Scalar
The value to search for.
- value
- __init__(self, value)#
Methods
- staticdeserialize(buf)#
Deserialize options for a function.
- Parameters:
- buf
Buffer
The buffer containing the data to deserialize.
- buf
- serialize(self)#