Uses of Class
org.eclipse.rdf4j.query.algebra.ProjectionElemList
Package
Description
Abstract Query Algebra model.
Implementations of
relevant to query evaluation.
invalid @link
Iteration
This package contains classes for working with RDF4J query objects.
-
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra
Modifier and TypeMethodDescriptionvoid
MultiProjection.addProjection
(ProjectionElemList projection) void
QueryModelVisitor.meet
(ProjectionElemList node) void
Projection.setProjectionElemList
(ProjectionElemList projElemList) Modifier and TypeMethodDescriptionvoid
MultiProjection.addProjections
(Iterable<ProjectionElemList> projections) void
MultiProjection.setProjections
(Iterable<ProjectionElemList> projections) ModifierConstructorDescriptionProjection
(TupleExpr arg, ProjectionElemList elements) Projection
(TupleExpr arg, ProjectionElemList elements, boolean subquery) ModifierConstructorDescriptionMultiProjection
(TupleExpr arg, Iterable<ProjectionElemList> projections) -
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionvoid
ConstantOptimizer.ConstantVisitor.meet
(ProjectionElemList projElems) -
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Modifier and TypeMethodDescriptionstatic BindingSet
ProjectionIterator.project
(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings) Deprecated.static BindingSet
ProjectionIterator.project
(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings, boolean includeAllParentBindings) Deprecated. -
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra.helpers
Modifier and TypeMethodDescriptionvoid
AbstractQueryModelVisitor.meet
(ProjectionElemList node) void
AbstractSimpleQueryModelVisitor.meet
(ProjectionElemList node) void
StatementPatternVisitor.meet
(ProjectionElemList node) -
Uses of ProjectionElemList in org.eclipse.rdf4j.queryrender
Modifier and TypeFieldDescriptionprotected List<ProjectionElemList>
BaseTupleExprRenderer.mProjection
The list of elements include in the projection of the queryModifier 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.