Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
CheckFileWithSargs
Function · 0.45
TEST
Function · 0.45
main
Method · 0.45
fromPath
Method · 0.45
fromExtension
Method · 0.45
run
Method · 0.45
run
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
Calls
1
compareTo
Method · 0.95
Tested by
3
TEST
Function · 0.36
CheckFileWithSargs
Function · 0.36
TEST
Function · 0.36