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

Function ArrayApproxEquals

cpp/src/arrow/compare.cc:1174–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172}
1173
1174bool ArrayApproxEquals(const Array& left, const Array& right, const EqualOptions& opts) {
1175 const bool floating_approximate = true;
1176 return ArrayEquals(left, right, opts, floating_approximate);
1177}
1178
1179bool ScalarEquals(const Scalar& left, const Scalar& right, const EqualOptions& options) {
1180 return ScalarEquals(left, right, options, options.use_atol());

Callers 1

ApproxEqualsMethod · 0.85

Calls 1

ArrayEqualsFunction · 0.85

Tested by

no test coverage detected