Class QueryEvaluationStep.DelayedEvaluationIteration

All Implemented Interfaces:
AutoCloseable, CloseableIteration<BindingSet,​QueryEvaluationException>, Iteration<BindingSet,​QueryEvaluationException>
Enclosing interface:
QueryEvaluationStep

public static class QueryEvaluationStep.DelayedEvaluationIteration extends DelayedIteration<BindingSet,​QueryEvaluationException>
Utility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.