277278279280281282283284285286287
/* * connect sg2 root's precedings to sg1's root as succeding operator */ for (OperatorIDTuple t : sg2.getRootOfSubgraph() .getSucceedingOperators()) { root.addSucceedingOperator(t); } /* * get the two results, remove them, and add the join */