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

Method Equals

cpp/src/arrow/array/diff.cc:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271
272 bool Equals(int64_t base_index, int64_t target_index) override {
273 const int64_t physical_base_index = FindPhysicalIndexOnBase(base_index);
274 const int64_t physical_target_index = FindPhysicalIndexOnTarget(target_index);
275 return inner_value_comparator_->Equals(physical_base_index, physical_target_index);
276 }
277};
278
279class ValueComparatorFactory {

Callers 3

RunLengthOfEqualsFromMethod · 0.45
VisitEditScriptFunction · 0.45
DiffFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected