方法
ArrowArrayequal_options
自:5.0.0 起可用
声明 [src]
gboolean
garrow_array_equal_options (
GArrowArray* array,
GArrowArray* other_array,
GArrowEqualOptions* options
)
参数
other_array
-
类型:
GArrowArray
要比较的
GArrowArray
。数据由函数调用者拥有。 options
-
用于自定义比较方式的
GArrowEqualOptions
。该参数可以为 NULL
。数据由函数调用者拥有。