| Package | Description |
|---|---|
| de.fuberlin.wiwiss.d2rq.algebra |
Implementation of an RDF-based relational algebra.
|
| de.fuberlin.wiwiss.d2rq.nodes |
Code that maps a set of database values into a set of RDF nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableRelation
Wraps a relation and allows it to be modified by relational
operators.
|
class |
Relation
TODO Describe this type
TODO Add uniqueConstraints()
TODO Explicitly list tables!!!
|
class |
RelationImpl |
| Modifier and Type | Field and Description |
|---|---|
static RelationalOperators |
RelationalOperators.DUMMY |
| Modifier and Type | Method and Description |
|---|---|
NodeMaker |
TypedNodeMaker.selectNode(Node node,
RelationalOperators sideEffects) |
NodeMaker |
NodeMaker.selectNode(Node node,
RelationalOperators sideEffects) |
NodeMaker |
FixedNodeMaker.selectNode(Node n,
RelationalOperators sideEffects) |