Method

ArrowArrayis_null

since: 0.3.0

Declaration [src]

gboolean
garrow_array_is_null (
  GArrowArray* array,
  gint64 i
)

Description

No description available.

Available since: 0.3.0

Parameters

i

Type: gint64

The index of the target value.

Return value

Type: gboolean

Whether the i-th value is null or not.