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

Function IdentityImpliesEquality

cpp/src/arrow/compare.cc:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216inline bool IdentityImpliesEquality(const DataType& type, const EqualOptions& options) {
217 if (options.nans_equal()) {
218 return true;
219 }
220 return IdentityImpliesEqualityNansNotEqual(type);
221}
222
223bool CompareArrayRanges(const ArrayData& left, const ArrayData& right,
224 int64_t left_start_idx, int64_t left_end_idx,

Callers 2

CompareArrayRangesFunction · 0.85
ScalarEqualsFunction · 0.85

Tested by

no test coverage detected