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

Method equals

java/mapreduce/src/java/org/apache/orc/mapred/OrcMap.java:135–139  ·  view source on GitHub ↗
(Object other)

Source from the content-addressed store, hash-verified

133 }
134
135 @Override
136 public boolean equals(Object other) {
137 return other != null && other.getClass() == getClass() &&
138 compareTo((OrcMap<K,V>) other) == 0;
139 }
140
141 @Override
142 public int hashCode() {

Callers 15

TESTFunction · 0.45
CheckFileWithSargsFunction · 0.45
TESTFunction · 0.45
mainMethod · 0.45
fromPathMethod · 0.45
fromExtensionMethod · 0.45
runMethod · 0.45
runMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45

Calls 1

compareToMethod · 0.95

Tested by 3

TESTFunction · 0.36
CheckFileWithSargsFunction · 0.36
TESTFunction · 0.36