public class ServiceJoinIterator extends JoinExecutorBase<org.eclipse.rdf4j.query.BindingSet>
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.rdf4j.query.algebra.Service |
service |
protected EvaluationStrategy |
strategy |
| Constructor and Description |
|---|
ServiceJoinIterator(org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> leftIter,
org.eclipse.rdf4j.query.algebra.Service service,
org.eclipse.rdf4j.query.BindingSet bindings,
EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleBindings() |
addResult, done, getNextElement, handleClose, isFinished, run, tosshasNext, next, removeprotected org.eclipse.rdf4j.query.algebra.Service service
protected EvaluationStrategy strategy
public ServiceJoinIterator(org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> leftIter,
org.eclipse.rdf4j.query.algebra.Service service,
org.eclipse.rdf4j.query.BindingSet bindings,
EvaluationStrategy strategy)
throws org.eclipse.rdf4j.query.QueryEvaluationException
leftIter - service - bindings - strategy - org.eclipse.rdf4j.query.QueryEvaluationExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.