BindingSet bindings)
throws QueryEvaluationException
{
CloseableIteration<BindingSet, QueryEvaluationException> result;
result = this.evaluate(projection.getArg(), bindings);
result = new ProjectionIterator(projection, result, bindings);
return result;
}