方法

ArrowDecimal256greater_than

始于: 3.0.0

声明 [src]

gboolean
garrow_decimal256_greater_than (
  GArrowDecimal256* decimal,
  GArrowDecimal256* other_decimal
)

描述

无可用描述。

可用版本: 3.0.0

参数

other_decimal

类型: GArrowDecimal256

要进行比较的GArrowDecimal256

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

返回值

类型: gboolean

如果该 decimal 大于另一个 decimal,则返回 TRUE,否则返回 FALSE