Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
90
bool 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
_arrow_Scalar__ApproxEquals
Function · 0.85
Calls
1
ApproxEquals
Method · 0.45
Tested by
no test coverage detected