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