Uses of Class
org.eclipse.rdf4j.query.algebra.GroupConcat
-
Packages that use GroupConcat Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of GroupConcat in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return GroupConcat Modifier and Type Method Description GroupConcat
GroupConcat. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type GroupConcat Modifier and Type Method Description void
QueryModelVisitor. meet(GroupConcat node)
-
Uses of GroupConcat in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type GroupConcat Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(GroupConcat node)
void
AbstractSimpleQueryModelVisitor. meet(GroupConcat node)
void
StatementPatternVisitor. meet(GroupConcat node)
-