Uses of Class
org.eclipse.rdf4j.query.algebra.NAryValueOperator
Packages that use NAryValueOperator
Package
Description
Abstract Query Algebra model.
-
Uses of NAryValueOperator in org.eclipse.rdf4j.query.algebra
Subclasses of NAryValueOperator in org.eclipse.rdf4j.query.algebraModifier and TypeClassDescriptionclassBase class for n-ary aggregate operators.classCustomAggregateOperatorfunction call that can be defined to take an argument and can apply distinct filtering on it.classclassValueOperator that verifies if the first of its arguments occurs in any of the subsequent arguments.Methods in org.eclipse.rdf4j.query.algebra that return NAryValueOperator -
Uses of NAryValueOperator in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type NAryValueOperatorModifier and TypeMethodDescriptionprotected voidAbstractQueryModelVisitor.meetNAryValueOperator(NAryValueOperator node) Method called by all meet methods with aNAryValueOperatornode as argument.protected voidAbstractSimpleQueryModelVisitor.meetNAryValueOperator(NAryValueOperator node) Method called by all meet methods with aNAryValueOperatornode as argument.