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

Method Equals

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

Source from the content-addressed store, hash-verified

224}
225
226bool Array::Equals(const Array& arr, const EqualOptions& opts) const {
227 return ArrayEquals(*this, arr, opts);
228}
229
230bool Array::Equals(const std::shared_ptr<Array>& arr, const EqualOptions& opts) const {
231 if (!arr) {

Callers 15

TESTFunction · 0.45
WriteMethod · 0.45
MakeOutputSchemaMethod · 0.45
MakeMethod · 0.45
MakeMethod · 0.45
TESTFunction · 0.45
TestSchemaResolutionFunction · 0.45
operator==Function · 0.45
KeyDataTypesValidMethod · 0.45
RemapInputMethod · 0.45

Calls 2

ArrayEqualsFunction · 0.85
EqualsFunction · 0.70

Tested by 15

TESTFunction · 0.36
TESTFunction · 0.36
TestSchemaResolutionFunction · 0.36
operator==Function · 0.36
TESTFunction · 0.36
DoDiffMethod · 0.36
AssertDiffAndFormatMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36