Uses of Class
org.eclipse.rdf4j.query.algebra.Intersection
Packages that use Intersection
Package
Description
Abstract Query Algebra model.
-
Uses of Intersection in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return IntersectionMethods in org.eclipse.rdf4j.query.algebra with parameters of type Intersection -
Uses of Intersection in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type IntersectionModifier and TypeMethodDescriptionprotected QueryEvaluationStep
DefaultEvaluationStrategy.prepare
(Intersection node, QueryEvaluationContext context) -
Uses of Intersection in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type IntersectionModifier and TypeMethodDescriptionvoid
QueryModelNormalizerOptimizer.meet
(Intersection intersection) -
Uses of Intersection in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type IntersectionModifier and TypeMethodDescriptionvoid
AbstractQueryModelVisitor.meet
(Intersection node) void
AbstractSimpleQueryModelVisitor.meet
(Intersection node) void
StatementPatternVisitor.meet
(Intersection node) -
Uses of Intersection in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type IntersectionModifier and TypeMethodDescriptionvoid
ContextCollector.meet
(Intersection theOp) void
SparqlTupleExprRenderer.meet
(Intersection theOp)