方法
ArrowDecimal32小于
自:19.0.0
声明 [源码]
gboolean
garrow_decimal32_less_than (
GArrowDecimal32* decimal,
GArrowDecimal32* other_decimal
)
参数
other_decimal
-
类型:
GArrowDecimal32
要比较的
GArrowDecimal32
。数据由函数调用者拥有。
自:19.0.0
gboolean
garrow_decimal32_less_than (
GArrowDecimal32* decimal,
GArrowDecimal32* other_decimal
)
other_decimal
类型: GArrowDecimal32
要比较的 GArrowDecimal32
。
数据由函数调用者拥有。 |