Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createProvider
Method · 0.45
main
Method · 0.45
checkStatOrPredicate
Method · 0.45
addReader
Method · 0.45
main
Method · 0.45
recoverFile
Method · 0.45
nextBatch
Method · 0.45
convert
Method · 0.45
convert
Method · 0.45
convert
Method · 0.45
convert
Method · 0.45
convert
Method · 0.45
Calls
no outgoing calls
Tested by
1
createProvider
Method · 0.36