MCPcopy Create free account
hub / github.com/apache/calcite / compareTo

Method compareTo

core/src/main/java/org/apache/calcite/util/Sarg.java:201–203  ·  view source on GitHub ↗
(Sarg<C> o)

Source from the content-addressed store, hash-verified

199 }
200
201 @Override public int compareTo(Sarg<C> o) {
202 return RangeSets.compare(rangeSet, o.rangeSet);
203 }
204
205 @Override public int hashCode() {
206 return RangeSets.hashCode(rangeSet) * 31 + nullAs.ordinal();

Callers 13

leafToRangesMethod · 0.45
strongerMethod · 0.45
sortLimitMethod · 0.45
sampleMethod · 0.45
compareMethod · 0.45
isPointMethod · 0.45
equivMethod · 0.45
compareMethod · 0.45
ExtensionsClass · 0.45
compareListItemsMethod · 0.45

Calls 1

compareMethod · 0.95

Tested by 2