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

Method Equals

cpp/src/arrow/scalar.cc:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using internal::checked_pointer_cast;
48
49bool Scalar::Equals(const Scalar& other, const EqualOptions& options) const {
50 return ScalarEquals(*this, other, options);
51}
52
53bool Scalar::ApproxEquals(const Scalar& other, const EqualOptions& options) const {
54 return ScalarApproxEquals(*this, other, options);

Callers 4

VisitMethod · 0.45
ValidateDenseUnionMethod · 0.45
ValidateSparseUnionMethod · 0.45
BaseListScalarMethod · 0.45

Calls 1

ScalarEqualsFunction · 0.85

Tested by

no test coverage detected