方法
ArrowDecimal128equal
自:0.12.0
声明 [源代码]
gboolean
garrow_decimal128_equal (
GArrowDecimal128* decimal,
GArrowDecimal128* other_decimal
)
参数
other_decimal
-
类型:
GArrowDecimal128
要比较的
GArrowDecimal128
。数据由函数调用者拥有。
自:0.12.0
gboolean
garrow_decimal128_equal (
GArrowDecimal128* decimal,
GArrowDecimal128* other_decimal
)
other_decimal
类型: GArrowDecimal128
要比较的 GArrowDecimal128
。
数据由函数调用者拥有。 |