Package | Description |
---|---|
org.openrdf.query.algebra |
Query Algebra
|
org.openrdf.query.algebra.evaluation.impl | |
org.openrdf.query.algebra.evaluation.iterator | |
org.openrdf.query.algebra.helpers | |
org.openrdf.sail.federation.optimizers | |
org.openrdf.sail.rdbms.optimizers |
Modifier and Type | Method and Description |
---|---|
Projection |
Projection.clone() |
Modifier and Type | Method and Description |
---|---|
void |
QueryModelVisitor.meet(Projection node) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Projection projection,
BindingSet bindings) |
void |
OrderLimitOptimizer.OrderOptimizer.meet(Projection node) |
Constructor and Description |
---|
ProjectionIterator(Projection projection,
CloseableIteration<BindingSet,QueryEvaluationException> iter,
BindingSet parentBindings) |
Modifier and Type | Method and Description |
---|---|
void |
QueryModelVisitorBase.meet(Projection node) |
Modifier and Type | Method and Description |
---|---|
void |
PrepareOwnedTupleExpr.meet(Projection node) |
Modifier and Type | Method and Description |
---|---|
void |
SelectQueryOptimizer.meet(Projection node) |
Copyright © 2001-2016 Aduna. All Rights Reserved.