Uses of Class
org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
Packages that use SubQueryValueOperator
Package
Description
Abstract Query Algebra model.
-
Uses of SubQueryValueOperator in org.eclipse.rdf4j.query.algebra
Subclasses of SubQueryValueOperator in org.eclipse.rdf4j.query.algebraModifier and TypeClassDescriptionclass
class
class
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.Methods in org.eclipse.rdf4j.query.algebra that return SubQueryValueOperator -
Uses of SubQueryValueOperator in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type SubQueryValueOperatorModifier 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.