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.evaluation.impl org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender This package contains classes for working with RDF4J query objects. -
-
Uses of Distinct in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return Distinct Modifier and Type Method Description Distinct
Distinct. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type Distinct Modifier and Type Method Description void
QueryModelVisitor. meet(Distinct node)
-
Uses of Distinct in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Distinct Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
FilterOptimizer.FilterRelocator. meet(Distinct node)
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Distinct node, QueryEvaluationContext context)
-
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 void
AbstractQueryModelVisitor. meet(Distinct node)
void
AbstractSimpleQueryModelVisitor. meet(Distinct node)
void
StatementPatternVisitor. meet(Distinct node)
-
Uses of Distinct in org.eclipse.rdf4j.queryrender
Methods in org.eclipse.rdf4j.queryrender with parameters of type Distinct Modifier and Type Method Description void
BaseTupleExprRenderer. meet(Distinct theDistinct)
-