Enumeration

ArrowMapLookupOccurrence

since: 23.0.0

Declaration

enum Arrow.MapLookupOccurrence

Description [src]

They correspond to the values of arrow::compute::MapLookupOptions::Occurrence.

Available since: 23.0.0

Members

Name Description
GARROW_MAP_LOOKUP_OCCURRENCE_FIRST

Return the first matching value.

GARROW_MAP_LOOKUP_OCCURRENCE_LAST

Return the last matching value.

GARROW_MAP_LOOKUP_OCCURRENCE_ALL

Return all matching values.