Default EqualOptions for testing
| 213 | |
| 214 | // Default EqualOptions for testing |
| 215 | static inline EqualOptions TestingEqualOptions() { |
| 216 | return EqualOptions{}.nans_equal(true).signed_zeros_equal(false); |
| 217 | } |
| 218 | |
| 219 | // If verbose is true, then the arrays will be pretty printed |
| 220 | ARROW_TESTING_EXPORT void AssertArraysEqual( |
no test coverage detected