Constructor

ArrowMapLookupOptionsnew

since: 23.0.0

Declaration [src]

GArrowMapLookupOptions*
garrow_map_lookup_options_new (
  GArrowScalar* query_key,
  GArrowMapLookupOccurrence occurrence
)

Description

No description available.

Available since: 23.0.0

Parameters

query_key

Type: GArrowScalar

A GArrowScalar to be looked up.

The argument can be NULL.
The data is owned by the caller of the function.
occurrence

Type: GArrowMapLookupOccurrence

A GArrowMapLookupOccurrence.

Return value

Type: GArrowMapLookupOptions

A newly created GArrowMapLookupOptions.

The caller of the function takes ownership of the data, and is responsible for freeing it.