Uses of Class
org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
Packages that use ExclusiveGroup
Package
Description
-
Uses of ExclusiveGroup in org.eclipse.rdf4j.federated.algebra
Methods in org.eclipse.rdf4j.federated.algebra that return ExclusiveGroup -
Uses of ExclusiveGroup in org.eclipse.rdf4j.federated.evaluation
Methods in org.eclipse.rdf4j.federated.evaluation with parameters of type ExclusiveGroupModifier and TypeMethodDescriptionabstract CloseableIteration<BindingSet,QueryEvaluationException>
FederationEvalStrategy.evaluateExclusiveGroup(ExclusiveGroup group, BindingSet bindings)
SailFederationEvalStrategy.evaluateExclusiveGroup(ExclusiveGroup group, BindingSet bindings)
SparqlFederationEvalStrategy.evaluateExclusiveGroup(ExclusiveGroup group, BindingSet bindings)
-
Uses of ExclusiveGroup in org.eclipse.rdf4j.federated.util
Methods in org.eclipse.rdf4j.federated.util with parameters of type ExclusiveGroupModifier and TypeMethodDescriptionstatic TupleExpr
QueryAlgebraUtil.selectQuery(ExclusiveGroup group, BindingSet bindings, FilterValueExpr filterExpr, AtomicBoolean evaluated)
Construct a SELECT query for the providedExclusiveGroup
.static String
QueryStringUtil.selectQueryString(ExclusiveGroup group, BindingSet bindings, FilterValueExpr filterExpr, AtomicBoolean evaluated, Dataset dataset)
Construct a SELECT query for the providedExclusiveGroup
.static String
QueryStringUtil.selectQueryStringLimit1(ExclusiveGroup group, BindingSet bindings, Dataset dataset)
Construct a SELECT query for the providedExclusiveGroup
with LIMIT 1.