方法
ArrowArrayequal_range
自: 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
。資料由函式的呼叫者擁有。