方法
ArrowArrayequal_range
since: 0.4.0
声明 [src]
gboolean
garrow_array_equal_range (
GArrowArray* array,
gint64 start_index,
GArrowArray* other_array,
gint64 other_start_index,
gint64 end_index,
GArrowEqualOptions* options
)
参数
start_index
-
类型:
gint64
要使用的
array
的起始索引。 other_array
-
类型:
GArrowArray
要比较的
GArrowArray
。数据由函数的调用者拥有。 other_start_index
-
类型:
gint64
要使用的
other_array
的起始索引。 end_index
-
类型:
gint64
要使用的
array
的结束索引。other_array
的结束索引是 “other_start_index
+ (end_index
-start_index
)”。 options
-
用于自定义如何比较的
GArrowEqualOptions
。参数可以为 NULL
。数据由函数的调用者拥有。