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 TypeMethodDescriptionvoidProjectionElemList.addElement(ProjectionElem pe) voidProjectionElemList.addElements(ProjectionElem... elements) voidQueryModelVisitor.meet(ProjectionElem node) Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type ProjectionElemModifier and TypeMethodDescriptionvoidProjectionElemList.addElements(Iterable<ProjectionElem> elements) voidProjectionElemList.addElements(List<ProjectionElem> elements) voidProjectionElemList.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 TypeMethodDescriptionvoidSameTermFilterOptimizer.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 TypeMethodDescriptionvoidSameTermFilterOptimizer.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 TypeMethodDescriptionvoidAbstractQueryModelVisitor.meet(ProjectionElem node) voidAbstractSimpleQueryModelVisitor.meet(ProjectionElem node) voidStatementPatternVisitor.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 booleanTupleExprBuilder.isIllegalCombinedWithGroupByExpression(String varName, List<ProjectionElem> elements, Set<String> groupNames) private static booleanTupleExprBuilder.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 TypeMethodDescriptionvoidParsedQueryPreprocessor.meet(ProjectionElem node) voidPreprocessedQuerySerializer.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.projElemsMethods in org.eclipse.rdf4j.spin that return ProjectionElemModifier and TypeMethodDescriptionprivate ProjectionElemSpinParser.SpinVisitor.createProjectionElem(Value v, String projName, Map<String, ProjectionElem> previousProjElems) private ProjectionElemSpinParser.SpinVisitor.visitResultNode(Resource r) private ProjectionElemSpinParser.SpinVisitor.visitResultVariable(Resource r, Map<String, ProjectionElem> previousProjElems) Methods in org.eclipse.rdf4j.spin with parameters of type ProjectionElemModifier and TypeMethodDescriptionvoidSpinRenderer.ConstructVisitor.meet(ProjectionElem node) voidSpinRenderer.SpinVisitor.meet(ProjectionElem node) Method parameters in org.eclipse.rdf4j.spin with type arguments of type ProjectionElemModifier and TypeMethodDescriptionprivate voidSpinParser.SpinVisitor.addSourceExpressions(UnaryTupleOperator op, Collection<ProjectionElem> elems) private ProjectionElemSpinParser.SpinVisitor.createProjectionElem(Value v, String projName, Map<String, ProjectionElem> previousProjElems) private ProjectionElemSpinParser.SpinVisitor.visitResultVariable(Resource r, Map<String, ProjectionElem> previousProjElems) private ProjectionSpinParser.SpinVisitor.visitResultVariables(Resource resultVars, Map<String, ProjectionElem> previousProjElems)