Method

ArrowArrayis_null

Declaration [src]

gboolean
garrow_array_is_null (
  GArrowArray* array,
  gint64 i
)

Description

No description available.
Available since:0.3.0

Parameters

i gint64
 

The index of the target value.

Return value

Returns: gboolean
 

Whether the i-th value is null or not.