Class EmptySet

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

public class EmptySet extends AbstractQueryModelNode implements TupleExpr
A tuple expression that contains zero solutions.
See Also: