Class SqlOperandCountRanges.RangeImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int max  
      private int min  
    • Constructor Summary

      Constructors 
      Constructor Description
      RangeImpl​(int min, int max)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMax()
      Returns an upper bound.
      int getMin()
      Returns an lower bound.
      boolean isValidCount​(int count)
      Returns whether count is a valid number of operands.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • min

        private final int min
      • max

        private final int max
    • Constructor Detail

      • RangeImpl

        RangeImpl​(int min,
                  int max)