| Modifier and Type | Method and Description | 
|---|---|
| protected void | UnionOptimizer. handleUnionArgs(Union union,
               List<TupleExpr> args)Add the union arguments to the args list, includes a recursion step for nested unions. | 
| void | UnionOptimizer. meet(Union union) | 
| void | GenericInfoOptimizer. meet(Union union) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static Union | QueryAlgebraUtil. constructInnerUnion(StatementPattern stmt,
                   int outerID,
                   Set<String> varNames,
                   List<BindingSet> bindings) | 
| Modifier and Type | Method and Description | 
|---|---|
| Union | Union. clone() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | QueryModelVisitor. meet(Union node) | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableIteration<BindingSet,QueryEvaluationException> | StrictEvaluationStrategy. evaluate(Union union,
        BindingSet bindings) | 
| void | IterativeEvaluationOptimizer.IEOVisitor. meet(Union union) | 
| void | QueryModelNormalizer. meet(Union union) | 
| void | FilterOptimizer.FilterRelocator. meet(Union union) | 
| void | QueryModelPruner.TreeSanitizer. meet(Union union) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractQueryModelVisitor. meet(Union node) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SparqlTupleExprRenderer. meet(Union theOp) | 
| void | ContextCollector. meet(Union theOp) | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableIteration<BindingSet,QueryEvaluationException> | FederationStrategy. evaluate(Union union,
        BindingSet bindings) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FederationJoinOptimizer. meet(Union node)Deprecated.  | 
| void | QueryModelPruner.TreeSanitizer. meet(Union union) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.