Uses of Class
org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
-
Packages that use SubQueryValueOperator Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of SubQueryValueOperator in org.eclipse.rdf4j.query.algebra
Subclasses of SubQueryValueOperator in org.eclipse.rdf4j.query.algebra Modifier and Type Class Description class
CompareAll
Deprecated, for removal: This API element is subject to removal in a future version.class
CompareAny
Deprecated, for removal: This API element is subject to removal in a future version.class
CompareSubQueryValueOperator
Deprecated, for removal: This API element is subject to removal in a future version.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.Methods in org.eclipse.rdf4j.query.algebra that return SubQueryValueOperator Modifier and Type Method Description SubQueryValueOperator
SubQueryValueOperator. clone()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SubQueryValueOperator in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type SubQueryValueOperator Modifier and Type Method Description protected void
AbstractQueryModelVisitor. meetSubQueryValueOperator(SubQueryValueOperator node)
Method called by all meet methods with aSubQueryValueOperator
node as argument.protected void
AbstractSimpleQueryModelVisitor. meetSubQueryValueOperator(SubQueryValueOperator node)
Method called by all meet methods with aSubQueryValueOperator
node as argument.
-