Package | Description |
---|---|
org.openrdf.query.algebra |
Query Algebra
|
org.openrdf.query.algebra.evaluation.impl | |
org.openrdf.query.algebra.helpers | |
org.openrdf.sail.rdbms.optimizers |
Modifier and Type | Method and Description |
---|---|
ProjectionElem |
ProjectionElem.clone() |
Modifier and Type | Method and Description |
---|---|
List<ProjectionElem> |
ProjectionElemList.getElements() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionElemList.addElement(ProjectionElem pe) |
void |
ProjectionElemList.addElements(ProjectionElem... elements) |
void |
QueryModelVisitor.meet(ProjectionElem node) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionElemList.addElements(Iterable<ProjectionElem> elements) |
void |
ProjectionElemList.setElements(List<ProjectionElem> elements) |
Constructor and Description |
---|
ProjectionElemList(ProjectionElem... elements) |
Constructor and Description |
---|
ProjectionElemList(Iterable<ProjectionElem> elements) |
Modifier and Type | Method and Description |
---|---|
void |
SameTermFilterOptimizer.VarRenamer.meet(ProjectionElem projElem) |
Modifier and Type | Method and Description |
---|---|
void |
QueryModelVisitorBase.meet(ProjectionElem node) |
Modifier and Type | Method and Description |
---|---|
void |
SameTermFilterRdbmsOptimizer.VarRenamer.meet(ProjectionElem projElem) |
Copyright © 2001-2016 Aduna. All Rights Reserved.