Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ compareTo
Method
compareTo
core/src/main/java/org/apache/calcite/runtime/Unit.java:30–32 ·
view source on GitHub ↗
(Unit that)
Source
from the content-addressed store, hash-verified
28
}
29
30
@Override
public
int
compareTo(Unit that) {
31
return
0;
32
}
33
34
@Override
public
String toString() {
35
return
"{}"
;
Callers
15
strcmp
Method · 0.45
ne
Method · 0.45
compareNullable
Method · 0.45
lt
Method · 0.45
ltNullable
Method · 0.45
le
Method · 0.45
gt
Method · 0.45
gtNullable
Method · 0.45
ge
Method · 0.45
bitCount
Method · 0.45
lesser
Method · 0.45
least
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected