super(
new SyncPipeExpressionGraph(),
new ExpressionGraph()
.arc(
new FlowElementExpression( Group.class ),
PathScopeExpression.NON_BLOCKING,
new FlowElementExpression( HashJoin.class )
),
new ExpressionGraph()
.arc(
new FlowElementExpression( ElementCapture.Primary, Pipe.class ),
PathScopeExpression.NON_BLOCKING,
new FlowElementExpression( HashJoin.class )
)
);
}