{
// This is the join of the graph node variable to the sub-pattern solution.
// Do after the subpattern so that the variable is not visible to the
// subpattern.
Var v = Var.alloc(opGraph.getNode()) ;
qIter = new QueryIterAssignVarValue(qIter, v, gn, getExecContext()) ;
}
return qIter ;
}