Method

ArrowBooleanArrayinvert

since: 0.13.0

Declaration [src]

GArrowBooleanArray*
garrow_boolean_array_invert (
  GArrowBooleanArray* array
  GError** error
)

Description

No description available.

Available since: 0.13.0

Return value

Type: GArrowBooleanArray

The element-wise inverted 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.