MCPcopy 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

strcmpMethod · 0.45
neMethod · 0.45
compareNullableMethod · 0.45
ltMethod · 0.45
ltNullableMethod · 0.45
leMethod · 0.45
gtMethod · 0.45
gtNullableMethod · 0.45
geMethod · 0.45
bitCountMethod · 0.45
lesserMethod · 0.45
leastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected