Class SingleSourceQuery

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

public class SingleSourceQuery extends AbstractQueryModelNode implements TupleExpr, QueryRef
A query which has a single relevant source. These queries can be sent entirely to the endpoint as-is.
Author:
Andreas Schwarte
See Also: