Uses of Class
org.eclipse.rdf4j.query.algebra.Intersection
-
Packages that use Intersection Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.limited org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender.sparql org.eclipse.rdf4j.sail.federation.optimizers -
-
Uses of Intersection in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return Intersection Modifier and Type Method Description Intersection
Intersection. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type Intersection Modifier and Type Method Description void
QueryModelVisitor. meet(Intersection node)
-
Uses of Intersection in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Intersection Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)
void
FilterOptimizer.FilterRelocator. meet(Intersection node)
void
QueryModelNormalizer. meet(Intersection intersection)
void
QueryModelPruner.TreeSanitizer. meet(Intersection intersection)
-
Uses of Intersection in org.eclipse.rdf4j.query.algebra.evaluation.limited
Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited with parameters of type Intersection Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)
-
Uses of Intersection in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Intersection Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(Intersection node)
-
Uses of Intersection in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type Intersection Modifier and Type Method Description void
ContextCollector. meet(Intersection theOp)
void
SparqlTupleExprRenderer. meet(Intersection theOp)
-
Uses of Intersection in org.eclipse.rdf4j.sail.federation.optimizers
Methods in org.eclipse.rdf4j.sail.federation.optimizers with parameters of type Intersection Modifier and Type Method Description void
QueryModelPruner.TreeSanitizer. meet(Intersection intersection)
-