Class ColumnRangeSelection

    • Constructor Detail

      • ColumnRangeSelection

        public ColumnRangeSelection​(byte[] startCol,
                                    byte[] endCol)
    • Method Detail

      • getStartCol

        public byte[] getStartCol()
      • getEndCol

        public byte[] getEndCol()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isValidRange

        public static boolean isValidRange​(byte[] startCol,
                                           byte[] endCol)