方法
ArrowScalarequal
自:5.0.0 起可用
声明 [源代码]
gboolean
garrow_scalar_equal (
GArrowScalar* scalar,
GArrowScalar* other_scalar
)
参数
other_scalar(另一个标量)
-
类型:
GArrowScalar
要比较的
GArrowScalar
。数据由函数调用者拥有。
自:5.0.0 起可用
gboolean
garrow_scalar_equal (
GArrowScalar* scalar,
GArrowScalar* other_scalar
)
other_scalar(另一个标量)
类型: GArrowScalar
要比较的 GArrowScalar
。
数据由函数调用者拥有。 |