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

Method ApproxEquals

cpp/src/arrow/chunked_array.cc:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool ChunkedArray::ApproxEquals(const ChunkedArray& other,
163 const EqualOptions& equal_options) const {
164 return Equals(other, equal_options.use_atol(true));
165}
166
167Result<std::shared_ptr<Scalar>> ChunkedArray::GetScalar(int64_t index) const {
168 const auto loc = chunk_resolver_.Resolve(index);

Callers

nothing calls this directly

Calls 2

use_atolMethod · 0.80
EqualsFunction · 0.70

Tested by

no test coverage detected