Class MutableJoin

    • Method Detail

      • of

        public static MutableJoin of​(RelDataType rowType,
                                     MutableRel left,
                                     MutableRel right,
                                     RexNode condition,
                                     JoinRelType joinType,
                                     java.util.Set<CorrelationId> variablesStopped)
        Creates a MutableJoin.
        Parameters:
        rowType - Row type
        left - Left input relational expression
        right - Right input relational expression
        condition - Join condition
        joinType - Join type
        variablesStopped - Set of variables that are set by the LHS and used by the RHS and are not available to nodes above this join in the tree
      • 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