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.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra
Fields in org.eclipse.rdf4j.query.algebra declared as ProjectionElemListFields in org.eclipse.rdf4j.query.algebra with type parameters of type ProjectionElemListModifier and TypeFieldDescriptionprivate List
<ProjectionElemList> MultiProjection.projections
The lists of projections.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.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl with type parameters of type ProjectionElemListModifier and TypeFieldDescription(package private) final List
<ProjectionElemList> ConstantOptimizer.ConstantVisitor.projElemLists
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ProjectionElemListModifier and TypeMethodDescriptionvoid
ConstantOptimizer.ConstantVisitor.meet
(ProjectionElemList projElems) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type ProjectionElemListModifier and TypeFieldDescriptionprivate final List
<ProjectionElemList> MultiProjectionIterator.projections
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) Deprecated.static BindingSet
ProjectionIterator.project
(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings, boolean includeAllParentBindings) Deprecated. -
Uses of ProjectionElemList in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Fields in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with type parameters of type ProjectionElemListModifier and TypeFieldDescription(package private) List
<ProjectionElemList> ConstantOptimizer.ConstantVisitor.projElemLists
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type ProjectionElemListModifier and TypeMethodDescriptionvoid
ConstantOptimizer.ConstantVisitor.meet
(ProjectionElemList projElems) -
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. -
Uses of ProjectionElemList in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type ProjectionElemListModifier and TypeMethodDescriptionvoid
ParsedQueryPreprocessor.meet
(ProjectionElemList node) void
PreprocessedQuerySerializer.meet
(ProjectionElemList node) -
Uses of ProjectionElemList in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return ProjectionElemListModifier and TypeMethodDescriptionprivate ProjectionElemList
SpinParser.SpinVisitor.visitTemplate
(Resource r) Methods in org.eclipse.rdf4j.spin with parameters of type ProjectionElemListModifier and TypeMethodDescriptionvoid
SpinRenderer.ConstructVisitor.meet
(ProjectionElemList node) void
SpinRenderer.DescribeVisitor.meet
(ProjectionElemList node) void
SpinRenderer.SpinVisitor.meet
(ProjectionElemList node)