Method

ArrowDatumequal

since: 1.0.0

Declaration [src]

gboolean
garrow_datum_equal (
  GArrowDatum* datum,
  GArrowDatum* other_datum
)

Description

No description available.

Available since: 1.0.0

Parameters

other_datum

Type: GArrowDatum

A GArrowDatum to be compared.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if both of them have the same datum, FALSE otherwise.