Method

ArrowArrayis_valid

Declaration [src]

gboolean
garrow_array_is_valid (
  GArrowArray* array,
  gint64 i
)

Description

No description available.
Available since:0.8.0

Parameters

i gint64
 

The index of the target value.

Return value

Returns: gboolean
 

Whether the i-th value is valid (not null) or not.