MCPcopy Create free account
hub / github.com/apache/arrow / TestingEqualOptions

Function TestingEqualOptions

cpp/src/arrow/testing/gtest_util.h:215–217  ·  view source on GitHub ↗

Default EqualOptions for testing

Source from the content-addressed store, hash-verified

213
214// Default EqualOptions for testing
215static 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
220ARROW_TESTING_EXPORT void AssertArraysEqual(

Callers 1

gtest_util.hFile · 0.85

Calls 2

signed_zeros_equalMethod · 0.80
nans_equalMethod · 0.80

Tested by

no test coverage detected