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.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.optimizer org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
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.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 voidEvaluationStatistics.CardinalityCalculator. meetUnaryTupleOperator(UnaryTupleOperator node)protected voidQueryModelNormalizer. meetUnaryTupleOperator(UnaryTupleOperator node)Deprecated, for removal: This API element is subject to removal in a future version.protected QueryEvaluationStepDefaultEvaluationStrategy. 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 voidQueryModelNormalizerOptimizer. meetUnaryTupleOperator(UnaryTupleOperator node)voidSameTermFilterOptimizer.StopAtScopeChange. 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 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.protected voidQueryModelNodeReplacer. meetUnaryTupleOperator(UnaryTupleOperator node)Deprecated. -
Uses of UnaryTupleOperator in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return UnaryTupleOperator Modifier and Type Method Description private UnaryTupleOperatorSpinParser.SpinVisitor. visitTemplates(Resource templates)Methods in org.eclipse.rdf4j.spin with parameters of type UnaryTupleOperator Modifier and Type Method Description private voidSpinParser.SpinVisitor. addSourceExpressions(UnaryTupleOperator op, java.util.Collection<ProjectionElem> elems)
-