Uses of Interface
org.eclipse.rdf4j.federated.algebra.FedXTupleExpr
Packages that use FedXTupleExpr
-
Uses of FedXTupleExpr in org.eclipse.rdf4j.federated.algebra
Subinterfaces of FedXTupleExpr in org.eclipse.rdf4j.federated.algebraModifier and TypeInterfaceDescriptioninterface
Interface representing nodes that can exclusively be evaluated at a singleStatementSource
.interface
A specialization ofExclusiveTupleExpr
which provides definitions how the expressions can be rendered to a sub-query.interface
Interface for any expression that can be evaluatedClasses in org.eclipse.rdf4j.federated.algebra that implement FedXTupleExprModifier and TypeClassDescriptionclass
A statement pattern with no free variables when provided with some particular BindingSet in evaluate.class
AnArbitraryLengthPath
node which can be evaluated at a single node.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
A specialization ofArbitraryLengthPath
to maintain theQueryInfo
class
Base class providing all common functionality for FedX StatementPatternsclass
MarkerTupleExpr
that is used fromFedXTupleQuery.evaluate(TupleQueryResultHandler)
to allow for passing through of results to the handler.class
Represents statements that can produce results at a some particular endpoints, the statement sources.