Method
ArrowArrayequal_range
Declaration [src]
gboolean
garrow_array_equal_range (
GArrowArray* array,
gint64 start_index,
GArrowArray* other_array,
gint64 other_start_index,
gint64 end_index,
GArrowEqualOptions* options
)
Parameters
start_index |
gint64 |
The start index of |
|
other_array |
GArrowArray |
A |
|
The data is owned by the caller of the function. | |
other_start_index |
gint64 |
The start index of |
|
end_index |
gint64 |
The end index of |
|
options |
GArrowEqualOptions |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |