Package io.substrait.util
Class Util.IntRange
java.lang.Object
io.substrait.util.Util.IntRange
- Enclosing class:
- Util
-
Method Summary
Modifier and TypeMethodDescriptionintintstatic Util.IntRangeof(int startInclusive, int endExclusive) booleanwithin(int val)
-
Method Details
-
of
-
getStartInclusive
public int getStartInclusive() -
getEndExclusive
public int getEndExclusive() -
within
public boolean within(int val)
-