方法

ArrowDecimal256less_than_or_equal(小于等于)

自版本:3.0.0

声明 [源代码]

gboolean
garrow_decimal256_less_than_or_equal (
  GArrowDecimal256* decimal,
  GArrowDecimal256* other_decimal
)

描述

暂无描述。

可用自版本:3.0.0

参数

other_decimal(其他 Decimal 值)

类型: GArrowDecimal256

要比较的 GArrowDecimal256

数据由函数调用者拥有。

返回值

类型: gboolean

如果该 Decimal 值小于或等于其他 Decimal 值,则返回 TRUE,否则返回 FALSE