Uses of Class
org.eclipse.rdf4j.query.algebra.Union
Package
Description
Abstract Query Algebra model.
-
Uses of Union in org.eclipse.rdf4j.federated.optimizer
Modifier and TypeMethodDescriptionprotected void
UnionOptimizer.handleUnionArgs
(Union union, List<TupleExpr> args) Add the union arguments to the args list, includes a recursion step for nested unions.void
void
void
-
Uses of Union in org.eclipse.rdf4j.federated.util
Modifier and TypeMethodDescriptionprotected static Union
QueryAlgebraUtil.constructInnerUnion
(StatementPattern stmt, int outerID, Set<String> varNames, List<BindingSet> bindings) -
Uses of Union in org.eclipse.rdf4j.query.algebra
-
Uses of Union in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionStrictEvaluationStrategy.evaluate
(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.void
void
void
Deprecated, for removal: This API element is subject to removal in a future version.void
protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Union node, QueryEvaluationContext context) -
Uses of Union in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
-
Uses of Union in org.eclipse.rdf4j.query.algebra.helpers
-
Uses of Union in org.eclipse.rdf4j.queryrender.sparql