Method

ArrowDecimal128equal

since: 0.12.0

[]

Declaration [src]

gboolean
garrow_decimal128_equal (
  GArrowDecimal128* decimal,
  GArrowDecimal128* other_decimal
)
[]

Description

No description available.

Available since: 0.12.0

[]

Parameters

other_decimal

Type: GArrowDecimal128

A GArrowDecimal128 to be compared.

The data is owned by the caller of the function.
[]

Return value

Type: gboolean

TRUE if the decimal is equal to the other decimal, FALSE otherwise.