Uses of Class
org.eclipse.rdf4j.query.algebra.ProjectionElem
Packages that use ProjectionElem
Package
Description
Abstract Query Algebra model.
The rdf4j SPARQL 1.1 parser.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of ProjectionElem in org.eclipse.rdf4j.query.algebra
Fields in org.eclipse.rdf4j.query.algebra declared as ProjectionElemFields in org.eclipse.rdf4j.query.algebra with type parameters of type ProjectionElemMethods in org.eclipse.rdf4j.query.algebra that return ProjectionElemMethods in org.eclipse.rdf4j.query.algebra that return types with arguments of type ProjectionElemMethods in org.eclipse.rdf4j.query.algebra with parameters of type ProjectionElemModifier and TypeMethodDescriptionvoid
ProjectionElemList.addElement
(ProjectionElem pe) void
ProjectionElemList.addElements
(ProjectionElem... elements) void
QueryModelVisitor.meet
(ProjectionElem node) Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type ProjectionElemModifier and TypeMethodDescriptionvoid
ProjectionElemList.addElements
(Iterable<ProjectionElem> elements) void
ProjectionElemList.addElements
(List<ProjectionElem> elements) void
ProjectionElemList.setElements
(List<ProjectionElem> elements) Constructors in org.eclipse.rdf4j.query.algebra with parameters of type ProjectionElemConstructor parameters in org.eclipse.rdf4j.query.algebra with type arguments of type ProjectionElem -
Uses of ProjectionElem in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ProjectionElemModifier and TypeMethodDescriptionvoid
SameTermFilterOptimizer.VarRenamer.meet
(ProjectionElem projElem) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ProjectionElem in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type ProjectionElemModifier and TypeMethodDescriptionvoid
SameTermFilterOptimizer.VarRenamer.meet
(ProjectionElem projElem) -
Uses of ProjectionElem in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type ProjectionElemModifier and TypeMethodDescriptionvoid
AbstractQueryModelVisitor.meet
(ProjectionElem node) void
AbstractSimpleQueryModelVisitor.meet
(ProjectionElem node) void
StatementPatternVisitor.meet
(ProjectionElem node) -
Uses of ProjectionElem in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ProjectionElemMethod parameters in org.eclipse.rdf4j.query.parser.sparql with type arguments of type ProjectionElemModifier and TypeMethodDescriptionprivate static boolean
TupleExprBuilder.isIllegalCombinedWithGroupByExpression
(String varName, List<ProjectionElem> elements, Set<String> groupNames) private static boolean
TupleExprBuilder.isIllegalCombinedWithGroupByExpression
(ValueExpr expr, List<ProjectionElem> elements, Set<String> groupNames) -
Uses of ProjectionElem in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type ProjectionElemModifier and TypeMethodDescriptionvoid
ParsedQueryPreprocessor.meet
(ProjectionElem node) void
PreprocessedQuerySerializer.meet
(ProjectionElem node) -
Uses of ProjectionElem in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin with type parameters of type ProjectionElemModifier and TypeFieldDescription(package private) Map
<String, ProjectionElem> SpinParser.SpinVisitor.projElems
Methods in org.eclipse.rdf4j.spin that return ProjectionElemModifier and TypeMethodDescriptionprivate ProjectionElem
SpinParser.SpinVisitor.createProjectionElem
(Value v, String projName, Map<String, ProjectionElem> previousProjElems) private ProjectionElem
SpinParser.SpinVisitor.visitResultNode
(Resource r) private ProjectionElem
SpinParser.SpinVisitor.visitResultVariable
(Resource r, Map<String, ProjectionElem> previousProjElems) Methods in org.eclipse.rdf4j.spin with parameters of type ProjectionElemModifier and TypeMethodDescriptionvoid
SpinRenderer.ConstructVisitor.meet
(ProjectionElem node) void
SpinRenderer.SpinVisitor.meet
(ProjectionElem node) Method parameters in org.eclipse.rdf4j.spin with type arguments of type ProjectionElemModifier and TypeMethodDescriptionprivate void
SpinParser.SpinVisitor.addSourceExpressions
(UnaryTupleOperator op, Collection<ProjectionElem> elems) private ProjectionElem
SpinParser.SpinVisitor.createProjectionElem
(Value v, String projName, Map<String, ProjectionElem> previousProjElems) private ProjectionElem
SpinParser.SpinVisitor.visitResultVariable
(Resource r, Map<String, ProjectionElem> previousProjElems) private Projection
SpinParser.SpinVisitor.visitResultVariables
(Resource resultVars, Map<String, ProjectionElem> previousProjElems)