API Version: 24.0
Library Version: 24.0.0.dev
Generated by gi-docgen 2025.3
since: 23.0.0
enum Arrow.MapLookupOccurrence
They correspond to the values of arrow::compute::MapLookupOptions::Occurrence.
arrow::compute::MapLookupOptions::Occurrence
Available since: 23.0.0
GARROW_MAP_LOOKUP_OCCURRENCE_FIRST
Return the first matching value.
0
GARROW_MAP_LOOKUP_OCCURRENCE_LAST
Return the last matching value.
1
GARROW_MAP_LOOKUP_OCCURRENCE_ALL
Return all matching values.
2
Content