pyarrow.compute.MapLookupOptions#
- classpyarrow.compute.MapLookupOptions(query_key,occurrence)#
Bases:
_MapLookupOptionsOptions for themap_lookup function.
- Parameters:
- query_key
ScalarorObjectcanbeconvertedtoScalar The key to search for.
- occurrence
str The occurrence(s) to return from the MapAccepted values are “first”, “last”, or “all”.
- query_key
- __init__(self,query_key,occurrence)#
Methods
__init__(self, query_key, occurrence)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

