Method

ArrowArraycount_values

Declaration [src]

GArrowStructArray*
garrow_array_count_values (
  GArrowArray* array
  GError** error
)

Description

No description available.
Available since:0.13.0

Return value

Returns: GArrowStructArray
 

A GArrowStructArray of {input type "values", int64_t "counts"} on success, NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.