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

Method ApproxEquals

cpp/src/arrow/scalar.cc:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool Scalar::ApproxEquals(const Scalar& other, const EqualOptions& options) const {
54 return ScalarApproxEquals(*this, other, options);
55}
56
57Status Scalar::Accept(ScalarVisitor* visitor) const {
58 return VisitScalarInline(*this, visitor);

Callers 12

TEST_FFunction · 0.45
TYPED_TESTFunction · 0.45
TestApproxEqualsMethod · 0.45
TestUseAtolMethod · 0.45
TestStructOfMethod · 0.45
TestListOfMethod · 0.45
TEST_FFunction · 0.45
Scalar__ApproxEqualsFunction · 0.45
Array__ApproxEqualsFunction · 0.45

Calls 1

ScalarApproxEqualsFunction · 0.85

Tested by 7

TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36
TestApproxEqualsMethod · 0.36
TestUseAtolMethod · 0.36
TestStructOfMethod · 0.36
TestListOfMethod · 0.36
TEST_FFunction · 0.36