Class MutableIntersect

    • Method Detail

      • of

        public static MutableIntersect of​(RelDataType rowType,
                                          java.util.List<MutableRel> inputs,
                                          boolean all)
        Creates a MutableIntersect.
        Parameters:
        rowType - Row type
        inputs - Input relational expressions
        all - Whether to perform a multiset intersection or a set intersection
      • digest

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