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 TypeMethodDescriptionStrictEvaluationStrategy.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)
void
QueryModelNormalizer.meet(Intersection intersection)
void
QueryModelPruner.TreeSanitizer.meet(Intersection intersection)
protected QueryEvaluationStep
StrictEvaluationStrategy.prepare(Intersection node, QueryEvaluationContext context)
-
Uses of Intersection in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Intersection -
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)