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/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
leafToRanges
Method · 0.45
stronger
Method · 0.45
sortLimit
Method · 0.45
sample
Method · 0.45
compare
Method · 0.45
isPoint
Method · 0.45
equiv
Method · 0.45
compare
Method · 0.45
compareNullsLastForMergeJoin
Method · 0.45
Extensions
Class · 0.45
compareListItems
Method · 0.45
testDecimalTypeArithmeticOperations
Method · 0.45
Calls
1
compare
Method · 0.95
Tested by
2
testDecimalTypeArithmeticOperations
Method · 0.36
sortedResultSetChecker
Method · 0.36