Class GroupByClause.TupleComparisonKey

  • Enclosing class:
    GroupByClause

    public static class GroupByClause.TupleComparisonKey
    extends java.lang.Object
    Inner class representing a tuple comparison key: that is, an arbitrary object whose equals() and hashCode() methods can be used to test whether two tuples have equivalent grouping keys
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object