Uses of Interface
org.eclipse.rdf4j.federated.algebra.StatementTupleExpr
Package
Description
-
Uses of StatementTupleExpr in org.eclipse.rdf4j.federated.algebra
Modifier and TypeClassDescriptionclass
A statement pattern with no free variables when provided with some particular BindingSet in evaluate.class
Represents a group ofExclusiveTupleExpr
that can only produce results at a single endpoint, theStatementSource
.class
Represents a StatementPattern that can only produce results at a single endpoint, the owner.class
Base class providing all common functionality for FedX StatementPatternsclass
Represents statements that can produce results at a some particular endpoints, the statement sources.ModifierConstructorDescriptionCheckStatementPattern
(StatementTupleExpr stmt, QueryInfo queryInfo) -
Uses of StatementTupleExpr in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeMethodDescriptionabstract CloseableIteration
<BindingSet> FederationEvalStrategy.evaluateBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) Evaluate a bound join at the relevant endpoint, i.e.SailFederationEvalStrategy.evaluateBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) SparqlFederationEvalStrategy.evaluateBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) protected CloseableIteration
<BindingSet> SparqlFederationEvalStrategy.evaluateBoundJoinStatementPattern_UNION
(StatementTupleExpr stmt, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version.no longer usedFederationEvalStrategy.evaluateLeftBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) Evaluate the left bind join for the givenStatementTupleExpr
and bindings at the relevant endpoints. -
Uses of StatementTupleExpr in org.eclipse.rdf4j.federated.evaluation.join
Modifier and TypeFieldDescriptionprotected final StatementTupleExpr
ControlledWorkerBindJoin.BoundJoinTaskCreator._expr
protected final StatementTupleExpr
ControlledWorkerBindLeftJoin.LeftBoundJoinTaskCreator._expr
protected final StatementTupleExpr
ControlledWorkerBoundJoin.BoundJoinTaskCreator._expr
protected final StatementTupleExpr
ParallelBoundJoinTask.expr
protected final StatementTupleExpr
ParallelBindLeftJoinTask.rightArg
ModifierConstructorDescriptionBoundJoinTaskCreator
(FederationEvalStrategy strategy, StatementTupleExpr expr) BoundJoinTaskCreator
(FederationEvalStrategy strategy, StatementTupleExpr expr) LeftBoundJoinTaskCreator
(FederationEvalStrategy strategy, StatementTupleExpr expr) ParallelBindLeftJoinTask
(ParallelExecutor<BindingSet> joinControl, FederationEvalStrategy strategy, StatementTupleExpr expr, List<BindingSet> bindings) ParallelBoundJoinTask
(ParallelExecutor<BindingSet> joinControl, FederationEvalStrategy strategy, StatementTupleExpr expr, List<BindingSet> bindings)