Method

ArrowArrayis_valid

since: 0.8.0

Declaration [src]

gboolean
garrow_array_is_valid (
  GArrowArray* array,
  gint64 i
)

Description

No description available.

Available since: 0.8.0

Parameters

i

Type: gint64

The index of the target value.

Return value

Type: gboolean

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