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.optimizer org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender.sparql -
-
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)
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)
Deprecated, for removal: This API element is subject to removal in a future version.void
QueryModelPruner.TreeSanitizer. meet(Intersection intersection)
protected QueryEvaluationStep
StrictEvaluationStrategy. 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 Intersection Modifier and Type Method Description void
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 Intersection Modifier and Type Method Description void
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 Intersection Modifier and Type Method Description void
ContextCollector. meet(Intersection theOp)
void
SparqlTupleExprRenderer. meet(Intersection theOp)
-