Package | Description |
---|---|
org.eclipse.rdf4j.federated.algebra | |
org.eclipse.rdf4j.federated.evaluation | |
org.eclipse.rdf4j.federated.util |
Modifier and Type | Method and Description |
---|---|
ExclusiveGroup |
ExclusiveGroup.clone() |
Modifier and Type | Method and Description |
---|---|
abstract CloseableIteration<BindingSet,QueryEvaluationException> |
FederationEvalStrategy.evaluateExclusiveGroup(ExclusiveGroup group,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
SparqlFederationEvalStrategy.evaluateExclusiveGroup(ExclusiveGroup group,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
SailFederationEvalStrategy.evaluateExclusiveGroup(ExclusiveGroup group,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
static TupleExpr |
QueryAlgebraUtil.selectQuery(ExclusiveGroup group,
BindingSet bindings,
FilterValueExpr filterExpr,
AtomicBoolean evaluated)
Construct a SELECT query for the provided
ExclusiveGroup . |
static String |
QueryStringUtil.selectQueryString(ExclusiveGroup group,
BindingSet bindings,
FilterValueExpr filterExpr,
AtomicBoolean evaluated,
Dataset dataset)
Construct a SELECT query for the provided
ExclusiveGroup . |
static String |
QueryStringUtil.selectQueryStringLimit1(ExclusiveGroup group,
BindingSet bindings,
Dataset dataset)
Construct a SELECT query for the provided
ExclusiveGroup with LIMIT 1. |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.