方法

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
)

描述

没有可用的描述。

可用版本: 0.4.0

参数

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

用于自定义如何比较的 GArrowEqualOptions

参数可以为 NULL
数据由函数的调用者拥有。

返回值

类型: gboolean

如果两者在范围内具有相同的数据,则为 TRUE,否则为 FALSE