Method

ArrowArrayis_in

Declaration [src]

GArrowBooleanArray*
garrow_array_is_in (
  GArrowArray* left,
  GArrowArray* right,
  GError** error
)

Description

No description available.
Available since:0.15.0

Parameters

right GArrowArray
 

A right hand side GArrowArray.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowBooleanArray
 

The GArrowBooleanArray showing whether each element in the left array is contained in right array.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.