Class MutableSort

    • Method Detail

      • of

        public static MutableSort of​(MutableRel input,
                                     RelCollation collation,
                                     RexNode offset,
                                     RexNode fetch)
        Creates a MutableSort.
        Parameters:
        input - Input relational expression
        collation - Array of sort specifications
        offset - Expression for number of rows to discard before returning first row
        fetch - Expression for number of rows to fetch
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.StringBuilder digest​(java.lang.StringBuilder buf)
        Specified by:
        digest in class MutableRel