Method
ArrowArrayequal_options
since: 5.0.0
Declaration [src]
gboolean
garrow_array_equal_options (
GArrowArray* array,
GArrowArray* other_array,
GArrowEqualOptions* options
)
Parameters
other_array-
Type:
GArrowArrayA
GArrowArrayto be compared.The data is owned by the caller of the function. options-
Type:
GArrowEqualOptionsA
GArrowEqualOptionsto custom how to compare.The argument can be NULL.The data is owned by the caller of the function.