MCPcopy Create free account
hub / github.com/apache/impala / equals

Method equals

fe/src/main/java/org/apache/impala/util/Hash128.java:65–71  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

63 }
64
65 @Override
66 public boolean equals(Object o) {
67 if (this == o) return true;
68 if (o == null || getClass() != o.getClass()) return false;
69 Hash128 hash128 = (Hash128) o;
70 return high_ == hash128.high_ && low_ == hash128.low_;
71 }
72
73 @Override
74 public int hashCode() {

Callers 15

isApplicableAclMethod · 0.45
checkPermissionsMethod · 0.45
isUpdateOpMethod · 0.45
validateCachePoolMethod · 0.45
unionMethod · 0.45
mainMethod · 0.45
listBeansMethod · 0.45
writeAttributeMethod · 0.45
ThreadNameAnnotatorMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected