Uses of Class
org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
Package
Description
Abstract Query Algebra model.
-
Uses of SubQueryValueOperator in org.eclipse.rdf4j.query.algebra
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Checks whether the wrapped Query produces any results.class
Checks whether a certain value is contained in a set of results produced by a query.Modifier and TypeMethodDescriptionSubQueryValueOperator.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
Modifier and TypeMethodDescriptionprotected 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.