365366367368369370371
} @Test public void testJoinAroundJoinRightMostGraphSwappedTransform() { transform( new JoinAroundJoinRightMostGraphSwapped(), new TestHashJoinBlockingHashJoinExpression() ); }
371372373374375376377
} @Test public void testNoPipeExpressionTransform() { transform( new JoinAroundJoinRightMostGraphSwapped(), new BufferAfterEveryExpression() ); }