Uses of Class
org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
-
Packages that use UnaryTupleOperator Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of UnaryTupleOperator in org.eclipse.rdf4j.query.algebra
Subclasses of UnaryTupleOperator in org.eclipse.rdf4j.query.algebra Modifier and Type Class Description classDescribeOperatorclassDistinctclassExtensionAn extension operator that can be used to add bindings to solutions whose values are defined byvalue expressions.classFilterThe FILTER operator, as defined in SPARQL Query Language for RDF.classGroupA tuple operator that groups tuples that have a specific set of equivalent variable bindings, and that can apply aggregate functions on the grouped results.classMultiProjectionA "multi-projection" that can produce multiple solutions from a single set of bindings.classOrderAn order operator that can be used to order bindings as specified by a set of value expressions.classProjectionA generalized projection (allowing the bindings to be renamed) on a tuple expression.classQueryRootA semantics-less query model node that is used as the root of query model trees.classReducedclassServiceThe SERVICE keyword as defined in SERVICE definition.classSliceThe SLICE operator, as defined in SPARQL Query Language for RDF.Methods in org.eclipse.rdf4j.query.algebra that return UnaryTupleOperator Modifier and Type Method Description UnaryTupleOperatorUnaryTupleOperator. clone() -
Uses of UnaryTupleOperator in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type UnaryTupleOperator Modifier and Type Method Description protected voidAbstractQueryModelVisitor. meetUnaryTupleOperator(UnaryTupleOperator node)Method called by all meet methods with aUnaryTupleOperatornode as argument.protected voidAbstractSimpleQueryModelVisitor. meetUnaryTupleOperator(UnaryTupleOperator node)Method called by all meet methods with aUnaryTupleOperatornode as argument.
-