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

Function IdentityImpliesEquality

cpp/src/arrow/compare.cc:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184inline bool IdentityImpliesEquality(const DataType& type, const EqualOptions& options) {
185 if (options.nans_equal()) {
186 return true;
187 }
188 return IdentityImpliesEqualityNansNotEqual(type);
189}
190
191bool CompareArrayRanges(const ArrayData& left, const ArrayData& right,
192 int64_t left_start_idx, int64_t left_end_idx,

Callers 2

CompareArrayRangesFunction · 0.85
ScalarEqualsFunction · 0.85

Calls 2

nans_equalMethod · 0.80

Tested by

no test coverage detected