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

Method equals

java/tools/src/java/org/apache/orc/tools/json/MapType.java:43–47  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

41 }
42
43 @Override
44 public boolean equals(Object o) {
45 return super.equals(o) && keyType.equals(((MapType)o).keyType) &&
46 valueType.equals(((MapType)o).valueType);
47 }
48
49 @Override
50 public int hashCode() {

Callers 15

createProviderMethod · 0.45
mainMethod · 0.45
checkStatOrPredicateMethod · 0.45
addReaderMethod · 0.45
mainMethod · 0.45
recoverFileMethod · 0.45
nextBatchMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45

Calls

no outgoing calls

Tested by 1

createProviderMethod · 0.36