Uses of Class
org.eclipse.rdf4j.query.algebra.ProjectionElemList
Packages that use ProjectionElemList
Package
Description
Abstract Query Algebra model.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
This package contains classes for working with RDF4J query objects.
-
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return ProjectionElemListMethods in org.eclipse.rdf4j.query.algebra that return types with arguments of type ProjectionElemListMethods in org.eclipse.rdf4j.query.algebra with parameters of type ProjectionElemListModifier and TypeMethodDescriptionvoid
MultiProjection.addProjection
(ProjectionElemList projection) void
QueryModelVisitor.meet
(ProjectionElemList node) void
Projection.setProjectionElemList
(ProjectionElemList projElemList) Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type ProjectionElemListModifier and TypeMethodDescriptionvoid
MultiProjection.addProjections
(Iterable<ProjectionElemList> projections) void
MultiProjection.setProjections
(Iterable<ProjectionElemList> projections) Constructors in org.eclipse.rdf4j.query.algebra with parameters of type ProjectionElemListModifierConstructorDescriptionProjection
(TupleExpr arg, ProjectionElemList elements) Projection
(TupleExpr arg, ProjectionElemList elements, boolean subquery) Constructor parameters in org.eclipse.rdf4j.query.algebra with type arguments of type ProjectionElemListModifierConstructorDescriptionMultiProjection
(TupleExpr arg, Iterable<ProjectionElemList> projections) -
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type ProjectionElemListModifier and TypeMethodDescriptionstatic BindingSet
ProjectionIterator.project
(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings) static BindingSet
ProjectionIterator.project
(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings, boolean includeAllParentBindings) -
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type ProjectionElemListModifier and TypeMethodDescriptionvoid
AbstractQueryModelVisitor.meet
(ProjectionElemList node) void
AbstractSimpleQueryModelVisitor.meet
(ProjectionElemList node) void
StatementPatternVisitor.meet
(ProjectionElemList node) -
Uses of ProjectionElemList in org.eclipse.rdf4j.queryrender
Fields in org.eclipse.rdf4j.queryrender with type parameters of type ProjectionElemListModifier and TypeFieldDescriptionprotected List
<ProjectionElemList> BaseTupleExprRenderer.mProjection
The list of elements include in the projection of the queryMethods in org.eclipse.rdf4j.queryrender that return types with arguments of type ProjectionElemListMethods in org.eclipse.rdf4j.queryrender with parameters of type ProjectionElemListModifier and TypeMethodDescriptionstatic boolean
BaseTupleExprRenderer.isSPOElemList
(ProjectionElemList theList) Return whether or not this projection looks like an spo binding for a construct queryvoid
BaseTupleExprRenderer.meet
(ProjectionElemList theProjectionElemList) BaseTupleExprRenderer.toStatementPattern
(ProjectionElemList theList) Turn a ProjectionElemList for a construct query projection (three elements aliased as 'subject', 'predicate' and 'object' in that order) into a StatementPattern.