Class Util.IntRange

java.lang.Object
io.substrait.util.Util.IntRange
Enclosing class:
Util

public static class Util.IntRange extends Object
  • Method Details

    • of

      public static Util.IntRange of(int startInclusive, int endExclusive)
    • getStartInclusive

      public int getStartInclusive()
    • getEndExclusive

      public int getEndExclusive()
    • within

      public boolean within(int val)