Class MutableUnion

    • Method Detail

      • of

        public static MutableUnion of​(RelDataType rowType,
                                      java.util.List<MutableRel> inputs,
                                      boolean all)
        Creates a MutableUnion.
        Parameters:
        rowType - Row type
        inputs - Input relational expressions
        all - Whether the union result should include all rows or eliminate duplicates from input relational expressions
      • digest

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