Method

ArrowDecimal256less_than

since: 3.0.0

Declaration [src]

gboolean
garrow_decimal256_less_than (
  GArrowDecimal256* decimal,
  GArrowDecimal256* other_decimal
)

Description

No description available.

Available since: 3.0.0

Parameters

other_decimal

Type: GArrowDecimal256

A GArrowDecimal256 to be compared.

The data is owned by the caller of the function.

Return value

Type: gboolean

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