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

Method open

core/src/main/java/org/apache/calcite/util/RangeSets.java:307–307  ·  view source on GitHub ↗
(V lower, V upper)

Source from the content-addressed store, hash-verified

305 R closedOpen(V lower, V upper);
306 R openClosed(V lower, V upper);
307 R open(V lower, V upper);
308
309 /** Creates a Consumer that sends output to a given sink. */
310 default Consumer<V> andThen(java.util.function.Consumer<R> consumer) {

Callers 13

queryMethod · 0.65
fuzzRangeMethod · 0.65
testRangeSetMinusMethod · 0.65
testRangeSetMinusMethod · 0.65
testRangeSetIsPointMethod · 0.65
testRangeCountPointsMethod · 0.65
FixtureClass · 0.65
mapMethod · 0.65
forEachMethod · 0.65
openMethod · 0.65
openMethod · 0.65

Calls

no outgoing calls

Tested by 6

fuzzRangeMethod · 0.52
testRangeSetMinusMethod · 0.52
testRangeSetMinusMethod · 0.52
testRangeSetIsPointMethod · 0.52
testRangeCountPointsMethod · 0.52