Class ProjectionIterator
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<BindingSet, QueryEvaluationException>
org.eclipse.rdf4j.common.iteration.ConvertingIteration<BindingSet, BindingSet, QueryEvaluationException>
org.eclipse.rdf4j.query.algebra.evaluation.iterator.ProjectionIterator
- All Implemented Interfaces:
AutoCloseable, CloseableIteration<BindingSet, QueryEvaluationException>, Iteration<BindingSet, QueryEvaluationException>
@Deprecated(since="4.1.0")
public class ProjectionIterator
extends ConvertingIteration<BindingSet, BindingSet, QueryEvaluationException>
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionProjectionIterator(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BindingSetconvert(BindingSet sourceBindings) Deprecated.Converts a source type object to a target type object.static BindingSetproject(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings) Deprecated.static BindingSetproject(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings, boolean includeAllParentBindings) Deprecated.Methods inherited from class ConvertingIteration
handleClose, hasNext, next, removeMethods inherited from class AbstractCloseableIteration
close, isClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
stream
-
Constructor Details
-
ProjectionIterator
public ProjectionIterator(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) throws QueryEvaluationException Deprecated.- Throws:
QueryEvaluationException
-
-
Method Details
-
convert
Deprecated.Description copied from class:ConvertingIterationConverts a source type object to a target type object.- Specified by:
convertin classConvertingIteration<BindingSet, BindingSet, QueryEvaluationException>- Throws:
QueryEvaluationException
-
project
public static BindingSet project(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings) Deprecated. -
project
public static BindingSet project(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings, boolean includeAllParentBindings) Deprecated.
-