com.hp.hpl.jena.sparql.engine.iterator
Class QueryIterProjectMerge
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIter
com.hp.hpl.jena.sparql.engine.iterator.QueryIter1
com.hp.hpl.jena.sparql.engine.iterator.QueryIterRepeatApply
com.hp.hpl.jena.sparql.engine.iterator.QueryIterProjectMerge
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, Printable, Closeable
public class QueryIterProjectMerge
- extends QueryIterRepeatApply
Execute a projection in the middle of an execution. This requires the outcome
of each stage of execution (substitution evaluation assumed) to be merged with
the input binding. Bindings should already be compatible, otherwise this code
should not be used.
| Methods inherited from class com.hp.hpl.jena.sparql.engine.iterator.QueryIter1 |
output |
QueryIterProjectMerge
public QueryIterProjectMerge(OpProject opProject,
QueryIterator input,
OpExecutor engine,
ExecutionContext execCxt)
Licenced under the Apache License, Version 2.0