Method

ArrowDecimal32not_equal

since: 19.0.0

Declaration [src]

gboolean
garrow_decimal32_not_equal (
  GArrowDecimal32* decimal,
  GArrowDecimal32* other_decimal
)

Description

No description available.

Available since: 19.0.0

Parameters

other_decimal

Type: GArrowDecimal32

A GArrowDecimal32 to be compared.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the decimal isn’t equal to the other decimal, FALSE otherwise.