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

Function ScalarApproxEquals

cpp/src/arrow/compare.cc:1183–1187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1181}
1182
1183bool ScalarApproxEquals(const Scalar& left, const Scalar& right,
1184 const EqualOptions& options) {
1185 const bool floating_approximate = true;
1186 return ScalarEquals(left, right, options, floating_approximate);
1187}
1188
1189namespace {
1190

Callers 1

ApproxEqualsMethod · 0.85

Calls 1

ScalarEqualsFunction · 0.85

Tested by

no test coverage detected