Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
org.eclipse.rdf4j.query.algebra.helpers |
Modifier and Type | Class and Description |
---|---|
class |
CompareAll |
class |
CompareAny |
class |
CompareSubQueryValueOperator |
class |
Exists
Checks whether the wrapped Query produces any results.
|
class |
In
Checks whether a certain value is contained in a set of results produced by a query.
|
Modifier and Type | Method and Description |
---|---|
SubQueryValueOperator |
SubQueryValueOperator.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQueryModelVisitor.meetSubQueryValueOperator(SubQueryValueOperator node)
Method called by all meet methods with a
SubQueryValueOperator node as argument. |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.