pyarrow.compute.IndexOptions¶
- class pyarrow.compute.IndexOptions(value)¶
Bases:
pyarrow._compute._IndexOptions
Options for the index function.
- Parameters
- value
Scalar
The value to search for.
- value
- __init__(self, value)¶
Methods
__init__
(self, value)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)¶