Method

ArrowBooleanArrayget_values

Declaration [src]

gboolean*
garrow_boolean_array_get_values (
  GArrowBooleanArray* array,
  gint64* length
)

Description

No description available.

Parameters

length gint64*
 

The number of values.

 The argument will be set by the function.

Return value

Returns: An array of gboolean
 

The raw boolean values.

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

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