Method

ArrowScalarequal

Declaration [src]

gboolean
garrow_scalar_equal (
  GArrowScalar* scalar,
  GArrowScalar* other_scalar
)

Description

No description available.
Available since:5.0.0

Parameters

other_scalar GArrowScalar
 

A GArrowScalar 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 data, FALSE otherwise.