Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
bool Array::Equals(const Array& arr, const EqualOptions& opts) const {
227
return ArrayEquals(*this, arr, opts);
228
}
229
230
bool Array::Equals(const std::shared_ptr<Array>& arr, const EqualOptions& opts) const {
231
if (!arr) {
Callers
15
TEST
Function · 0.45
Write
Method · 0.45
MakeOutputSchema
Method · 0.45
Make
Method · 0.45
Make
Method · 0.45
TEST
Function · 0.45
TestSchemaResolution
Function · 0.45
operator==
Function · 0.45
KeyDataTypesValid
Method · 0.45
RemapInput
Method · 0.45
TestEmptyStringComparison
Method · 0.45
TestCompareNullByteSlots
Method · 0.45
Calls
2
ArrayEquals
Function · 0.85
Equals
Function · 0.70
Tested by
15
TEST
Function · 0.36
TEST
Function · 0.36
TestSchemaResolution
Function · 0.36
operator==
Function · 0.36
TestEmptyStringComparison
Method · 0.36
TestCompareNullByteSlots
Method · 0.36
TEST
Function · 0.36
DoDiff
Method · 0.36
AssertDiffAndFormat
Method · 0.36
BaseAndTargetFromRandomFilter
Method · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36