Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ compareTo
Method
compareTo
fe/src/main/java/org/apache/impala/common/Id.java:55–58 ·
view source on GitHub ↗
(Id<IdType> cmp)
Source
from the content-addressed store, hash-verified
53
}
54
55
@Override
56
public
int
compareTo(Id<IdType> cmp) {
57
return
id_ - cmp.id_;
58
}
59
60
public
ArrayList<IdType> asList() {
61
ArrayList<IdType> list =
new
ArrayList<IdType>();
Callers
5
testSwapSign
Method · 0.45
compare
Method · 0.45
compareRanks
Method · 0.45
compare
Method · 0.45
compare
Method · 0.45
Calls
no outgoing calls
Tested by
1
testSwapSign
Method · 0.36