Method

ArrowArraycount

Declaration [src]

gint64
garrow_array_count (
  GArrowArray* array,
  GArrowCountOptions* options,
  GError** error
)

Description

No description available.
Available since:0.13.0

Parameters

options GArrowCountOptions
 

A GArrowCountOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gint64
 

The number of target values on success. If an error is occurred, the returned value is untrustful value.