Uses of Class
org.eclipse.rdf4j.query.algebra.Intersection
Package
Description
Abstract Query Algebra model.
-
Uses of Intersection in org.eclipse.rdf4j.query.algebra
-
Uses of Intersection in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.void
FilterOptimizer.FilterRelocator.meet
(Intersection node) Deprecated, for removal: This API element is subject to removal in a future version.void
QueryModelNormalizer.meet
(Intersection intersection) Deprecated, for removal: This API element is subject to removal in a future version.void
QueryModelPruner.TreeSanitizer.meet
(Intersection intersection) protected QueryEvaluationStep
DefaultEvaluationStrategy.prepare
(Intersection node, QueryEvaluationContext context) -
Uses of Intersection in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Modifier and TypeMethodDescriptionvoid
QueryModelNormalizerOptimizer.meet
(Intersection intersection) -
Uses of Intersection in org.eclipse.rdf4j.query.algebra.helpers
Modifier 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
Modifier and TypeMethodDescriptionvoid
ContextCollector.meet
(Intersection theOp) void
SparqlTupleExprRenderer.meet
(Intersection theOp)