Uses of Class
org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
Package
Description
-
Uses of ExclusiveGroup in org.eclipse.rdf4j.federated.algebra
-
Uses of ExclusiveGroup in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeMethodDescriptionabstract CloseableIteration
<BindingSet> 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
Modifier 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.