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 org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
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>
DefaultEvaluationStrategy. 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
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type Intersection Modifier and Type Method Description void
FilterOptimizer.FilterRelocator. meet(Intersection node)
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)
-
Uses of Intersection in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Intersection Modifier and Type Method Description void
ParsedQueryPreprocessor. meet(Intersection node)
void
PreprocessedQuerySerializer. meet(Intersection node)
-