Method

ArrowDatumequal

Declaration [src]

gboolean
garrow_datum_equal (
  GArrowDatum* datum,
  GArrowDatum* other_datum
)

Description

No description available.
Available since:1.0.0

Parameters

other_datum GArrowDatum
 

A GArrowDatum to be compared.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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