Class TripleRefJoinGroup

java.lang.Object
org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
org.eclipse.rdf4j.federated.algebra.TripleRefJoinGroup
All Implemented Interfaces:
Serializable, Cloneable, FedXTupleExpr, QueryRef, VariableExpr, QueryModelNode, TupleExpr, VariableScopeChange

public class TripleRefJoinGroup extends AbstractQueryModelNode implements FedXTupleExpr
A join group around a TripleRefStatementPattern: besides the TripleRefStatementPattern it contains the list of StatementPattern sharing the same subject (typically a blank node). TripleRefJoinGroup can be associated to multiple StatementSources, where on each it gets executed in a single expression.
See Also: