Uses of Class
org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
-
Packages that use AbstractNaryOperator Package Description org.eclipse.rdf4j.sail.federation.algebra -
-
Uses of AbstractNaryOperator in org.eclipse.rdf4j.sail.federation.algebra
Subclasses of AbstractNaryOperator in org.eclipse.rdf4j.sail.federation.algebra Modifier and Type Class Description class
AbstractNaryTupleOperator
An abstract superclass for n-ary tuple operators which have one or more arguments.class
NaryJoin
A natural join between two tuple expressions.Methods in org.eclipse.rdf4j.sail.federation.algebra that return AbstractNaryOperator Modifier and Type Method Description AbstractNaryOperator<Expr>
AbstractNaryOperator. clone()
-