Method

ArrowArrayis_in_chunked_array

Declaration [src]

GArrowBooleanArray*
garrow_array_is_in_chunked_array (
  GArrowArray* left,
  GArrowChunkedArray* right,
  GError** error
)

Description

No description available.
Available since:0.15.0

Parameters

right GArrowChunkedArray
 

A right hand side GArrowChunkedArray.

 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 chunked array.

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