Method

ArrowDecimal256greater_than_or_equal

[]

Declaration [src]

gboolean
garrow_decimal256_greater_than_or_equal (
  GArrowDecimal256* decimal,
  GArrowDecimal256* other_decimal
)
[]

Description

No description available.
Available since:3.0.0
[]

Parameters

other_decimal GArrowDecimal256
 

A GArrowDecimal256 to be compared.

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

Return value

Returns: gboolean
 

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