方法

ArrowDecimal128greater_than_or_equal

始于: 0.12.0

声明 [src]

gboolean
garrow_decimal128_greater_than_or_equal (
  GArrowDecimal128* decimal,
  GArrowDecimal128* other_decimal
)

描述

没有可用的描述。

可用版本: 0.12.0

参数

other_decimal

类型: GArrowDecimal128

一个要进行比较的 GArrowDecimal128

数据由函数的调用者拥有。

返回值

类型: gboolean

如果该十进制数大于或等于另一个十进制数,则返回 TRUE,否则返回 FALSE