projectionVars = projectionVars(vars) ;
// **** No constraints done here currently
//QueryEngineUtils.compileConstraints(graphQuery, constraints) ;
// Start our next iterator.
BindingQueryPlan plan = qh.prepareBindings(graphQuery, projectionVars);
graphIter = plan.executeBindings() ;
if ( graphIter == null )
Log.warn(this, "Graph Iterator is null") ;
}