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

Function Scalar__ApproxEquals

r/src/scalar.cpp:90–93  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

88
89// [[arrow::export]]
90bool Scalar__ApproxEquals(const std::shared_ptr<arrow::Scalar>& lhs,
91 const std::shared_ptr<arrow::Scalar>& rhs) {
92 return lhs->ApproxEquals(*rhs);
93}

Callers 1

Calls 1

ApproxEqualsMethod · 0.45

Tested by

no test coverage detected