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 ofIteration
relevant 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. groupElements
Methods in org.eclipse.rdf4j.query.algebra that return GroupElem Modifier and Type Method Description GroupElem
GroupElem. 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 void
Group. addGroupElement(GroupElem groupElem)
void
QueryModelVisitor. meet(GroupElem node)
Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type GroupElem Modifier and Type Method Description void
Group. 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 void
AbstractQueryModelVisitor. meet(GroupElem node)
void
AbstractSimpleQueryModelVisitor. meet(GroupElem node)
void
StatementPatternVisitor. 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 void
ParsedQueryPreprocessor. meet(GroupElem node)
void
PreprocessedQuerySerializer. meet(GroupElem node)
-