Method

ArrowHalfFloatArrayget_values

Declaration [src]

const guint16*
garrow_half_float_array_get_values (
  GArrowHalfFloatArray* array,
  gint64* length
)

Description

No description available.
Available since:11.0.0

Parameters

length gint64*
 

The number of values.

 The argument will be set by the function.

Return value

Returns: An array of guint16
 

The raw values.

 The length of the array is in the length argument.
 The data is owned by the instance.