Uses of Interface
org.eclipse.rdf4j.federated.algebra.VariableExpr
Packages that use VariableExpr
-
Uses of VariableExpr in org.eclipse.rdf4j.federated.algebra
Subinterfaces of VariableExpr 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 marking known FedX algebra nodes.interface
Interface for any expression that can be evaluatedClasses in org.eclipse.rdf4j.federated.algebra that implement VariableExprModifier 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.