Uses of Class
org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
-
Packages that use UnaryTupleOperator Package Description org.eclipse.rdf4j.federated.algebra org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.optimizer org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of UnaryTupleOperator in org.eclipse.rdf4j.federated.algebra
Subclasses of UnaryTupleOperator in org.eclipse.rdf4j.federated.algebra Modifier and Type Class Description class
FederatedDescribeOperator
SpecializedDescribeOperator
Node for maintainingQueryInfo
.class
PrecompiledQueryNode
Node representing a precompiled query. -
Uses of UnaryTupleOperator in org.eclipse.rdf4j.query.algebra
Subclasses of UnaryTupleOperator in org.eclipse.rdf4j.query.algebra Modifier and Type Class Description class
DescribeOperator
class
Distinct
class
Extension
An extension operator that can be used to add bindings to solutions whose values are defined byvalue expressions
.class
Filter
The FILTER operator, as defined in SPARQL Query Language for RDF.class
Group
A tuple operator that groups tuples that have a specific set of equivalent variable bindings, and that can apply aggregate functions on the grouped results.class
MultiProjection
A "multi-projection" that can produce multiple solutions from a single set of bindings.class
Order
An order operator that can be used to order bindings as specified by a set of value expressions.class
Projection
A generalized projection (allowing the bindings to be renamed) on a tuple expression.class
QueryRoot
A semantics-less query model node that is used as the root of query model trees.class
Reduced
class
Service
The SERVICE keyword as defined in SERVICE definition.class
Slice
The 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 UnaryTupleOperator
UnaryTupleOperator. clone()
-
Uses of UnaryTupleOperator in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type UnaryTupleOperator Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(UnaryTupleOperator expr, BindingSet bindings)
Deprecated.protected void
EvaluationStatistics.CardinalityCalculator. meetUnaryTupleOperator(UnaryTupleOperator node)
protected void
QueryModelNormalizer. meetUnaryTupleOperator(UnaryTupleOperator node)
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(UnaryTupleOperator expr, QueryEvaluationContext context)
-
Uses of UnaryTupleOperator in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type UnaryTupleOperator Modifier and Type Method Description protected void
QueryModelNormalizerOptimizer. meetUnaryTupleOperator(UnaryTupleOperator node)
-
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 void
AbstractQueryModelVisitor. meetUnaryTupleOperator(UnaryTupleOperator node)
Method called by all meet methods with aUnaryTupleOperator
node as argument.protected void
AbstractSimpleQueryModelVisitor. meetUnaryTupleOperator(UnaryTupleOperator node)
Method called by all meet methods with aUnaryTupleOperator
node as argument.protected void
QueryModelNodeReplacer. meetUnaryTupleOperator(UnaryTupleOperator node)
Deprecated.
-