Method

ArrowBooleanArrayxor

Declaration [src]

GArrowBooleanArray*
garrow_boolean_array_xor (
  GArrowBooleanArray* left,
  GArrowBooleanArray* right,
  GError** error
)

Description

No description available.
Available since:0.13.0

Parameters

right GArrowBooleanArray
 

A right hand side GArrowBooleanArray.

 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 element-wise XOR operated boolean array.

It should be freed with g_object_unref() when no longer needed.

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