Method

ArrowDecimal64greater_than

since: 19.0.0

Declaration [src]

gboolean
garrow_decimal64_greater_than (
  GArrowDecimal64* decimal,
  GArrowDecimal64* other_decimal
)

Description

No description available.

Available since: 19.0.0

Parameters

other_decimal

Type: GArrowDecimal64

A GArrowDecimal64 to be compared.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the decimal is greater than the other decimal, FALSE otherwise.