Uses of Class
org.eclipse.rdf4j.query.algebra.Distinct
-
Packages that use Distinct Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of Distinct in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return Distinct Modifier and Type Method Description DistinctDistinct. clone()Methods in org.eclipse.rdf4j.query.algebra with parameters of type Distinct Modifier and Type Method Description voidQueryModelVisitor. meet(Distinct node) -
Uses of Distinct in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Distinct Modifier and Type Method Description voidAbstractQueryModelVisitor. meet(Distinct node)voidAbstractSimpleQueryModelVisitor. meet(Distinct node)voidStatementPatternVisitor. meet(Distinct node)
-