public class ProjectionIterator
extends org.eclipse.rdf4j.common.iteration.ConvertingIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>
| Constructor and Description |
|---|
ProjectionIterator(org.eclipse.rdf4j.query.algebra.Projection projection,
org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> iter,
org.eclipse.rdf4j.query.BindingSet parentBindings) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.rdf4j.query.BindingSet |
convert(org.eclipse.rdf4j.query.BindingSet sourceBindings) |
static org.eclipse.rdf4j.query.BindingSet |
project(org.eclipse.rdf4j.query.algebra.ProjectionElemList projElemList,
org.eclipse.rdf4j.query.BindingSet sourceBindings,
org.eclipse.rdf4j.query.BindingSet parentBindings) |
static org.eclipse.rdf4j.query.BindingSet |
project(org.eclipse.rdf4j.query.algebra.ProjectionElemList projElemList,
org.eclipse.rdf4j.query.BindingSet sourceBindings,
org.eclipse.rdf4j.query.BindingSet parentBindings,
boolean includeAllParentBindings) |
handleClose, hasNext, next, removepublic ProjectionIterator(org.eclipse.rdf4j.query.algebra.Projection projection,
org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> iter,
org.eclipse.rdf4j.query.BindingSet parentBindings)
throws org.eclipse.rdf4j.query.QueryEvaluationException
org.eclipse.rdf4j.query.QueryEvaluationExceptionprotected org.eclipse.rdf4j.query.BindingSet convert(org.eclipse.rdf4j.query.BindingSet sourceBindings)
throws org.eclipse.rdf4j.query.QueryEvaluationException
convert in class org.eclipse.rdf4j.common.iteration.ConvertingIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>org.eclipse.rdf4j.query.QueryEvaluationExceptionpublic static org.eclipse.rdf4j.query.BindingSet project(org.eclipse.rdf4j.query.algebra.ProjectionElemList projElemList,
org.eclipse.rdf4j.query.BindingSet sourceBindings,
org.eclipse.rdf4j.query.BindingSet parentBindings)
public static org.eclipse.rdf4j.query.BindingSet project(org.eclipse.rdf4j.query.algebra.ProjectionElemList projElemList,
org.eclipse.rdf4j.query.BindingSet sourceBindings,
org.eclipse.rdf4j.query.BindingSet parentBindings,
boolean includeAllParentBindings)
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.