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

Method RangeEquals

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

Source from the content-addressed store, hash-verified

247}
248
249bool Array::RangeEquals(const Array& other, int64_t start_idx, int64_t end_idx,
250 int64_t other_start_idx, const EqualOptions& opts) const {
251 return ArrayRangeEquals(*this, other, start_idx, end_idx, other_start_idx, opts);
252}
253
254bool Array::RangeEquals(const std::shared_ptr<Array>& other, int64_t start_idx,
255 int64_t end_idx, int64_t other_start_idx,

Callers 15

garrow_array_equal_rangeFunction · 0.80
CanCompareIndicesMethod · 0.80
ValidateEditScriptFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TYPED_TESTFunction · 0.80
CheckFloatingNanEqualityFunction · 0.80
TestEqualityMethod · 0.80

Calls 1

ArrayRangeEqualsFunction · 0.85

Tested by 13

ValidateEditScriptFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TYPED_TESTFunction · 0.64
CheckFloatingNanEqualityFunction · 0.64
TestEqualityMethod · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64