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

Function Array__ApproxEquals

r/src/array.cpp:153–156  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

151
152// [[arrow::export]]
153bool Array__ApproxEquals(const std::shared_ptr<arrow::Array>& lhs,
154 const std::shared_ptr<arrow::Array>& rhs) {
155 return lhs->ApproxEquals(rhs);
156}
157
158// [[arrow::export]]
159std::string Array__Diff(const std::shared_ptr<arrow::Array>& lhs,

Callers 1

Calls 1

ApproxEqualsMethod · 0.45

Tested by

no test coverage detected