Constructor
ArrowSetLookupOptionsnew
since: 6.0.0
Declaration [src]
GArrowSetLookupOptions*
garrow_set_lookup_options_new (
GArrowDatum* value_set
)
Parameters
value_set-
Type:
GArrowDatumA
GArrowArrayDatumorGArrowChunkedArrayDatumto be looked up.The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: GArrowSetLookupOptions
A newly created GArrowSetLookupOptions.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |