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

GARROW_MAP_LOOKUP_OCCURRENCE_FIRST

Return the first matching value.

  • Value: 0
  • Available since: 23.0.0
GARROW_MAP_LOOKUP_OCCURRENCE_LAST

Return the last matching value.

  • Value: 1
  • Available since: 23.0.0
GARROW_MAP_LOOKUP_OCCURRENCE_ALL

Return all matching values.

  • Value: 2
  • Available since: 23.0.0