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

Method ApproxEquals

cpp/src/arrow/array/array_base.cc:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237bool Array::ApproxEquals(const Array& arr, const EqualOptions& opts) const {
238 return ArrayApproxEquals(*this, arr, opts);
239}
240
241bool Array::ApproxEquals(const std::shared_ptr<Array>& arr,
242 const EqualOptions& opts) const {

Callers 11

ValidateArrowVsJsonFunction · 0.45
CheckApproxEqualsFunction · 0.45
CheckSliceApproxEqualsFunction · 0.45
CheckFloatingNanEqualityFunction · 0.45
AssertArraysApproxEqualFunction · 0.45
AssertScalarsApproxEqualFunction · 0.45
AssertBatchesApproxEqualFunction · 0.45
ApproxCompareBatchFunction · 0.45

Calls 2

ArrayApproxEqualsFunction · 0.85
ApproxEqualsFunction · 0.85

Tested by 11

ValidateArrowVsJsonFunction · 0.36
CheckApproxEqualsFunction · 0.36
CheckSliceApproxEqualsFunction · 0.36
CheckFloatingNanEqualityFunction · 0.36
AssertArraysApproxEqualFunction · 0.36
AssertScalarsApproxEqualFunction · 0.36
AssertBatchesApproxEqualFunction · 0.36
ApproxCompareBatchFunction · 0.36