Uses of Class
org.eclipse.rdf4j.query.algebra.GroupElem
-
Packages that use GroupElem Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIterationrelevant to query evaluation.org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of GroupElem in org.eclipse.rdf4j.query.algebra
Fields in org.eclipse.rdf4j.query.algebra with type parameters of type GroupElem Modifier and Type Field Description private java.util.List<GroupElem>Group. groupElementsMethods in org.eclipse.rdf4j.query.algebra that return GroupElem Modifier and Type Method Description GroupElemGroupElem. clone()Methods in org.eclipse.rdf4j.query.algebra that return types with arguments of type GroupElem Modifier and Type Method Description java.util.List<GroupElem>Group. getGroupElements()Methods in org.eclipse.rdf4j.query.algebra with parameters of type GroupElem Modifier and Type Method Description voidGroup. addGroupElement(GroupElem groupElem)voidQueryModelVisitor. meet(GroupElem node)Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type GroupElem Modifier and Type Method Description voidGroup. setGroupElements(java.lang.Iterable<GroupElem> elements) -
Uses of GroupElem in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type GroupElem Modifier and Type Method Description private GroupIterator.AggregatePredicateCollectorSupplier<?,?>GroupIterator. create(GroupElem ge, ValueFactory vf) -
Uses of GroupElem in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type GroupElem Modifier and Type Method Description voidAbstractQueryModelVisitor. meet(GroupElem node)voidAbstractSimpleQueryModelVisitor. meet(GroupElem node)voidStatementPatternVisitor. meet(GroupElem node) -
Uses of GroupElem in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type GroupElem Modifier and Type Method Description voidParsedQueryPreprocessor. meet(GroupElem node)voidPreprocessedQuerySerializer. meet(GroupElem node)
-