|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingMaker | |
---|---|
de.fuberlin.wiwiss.d2rq.algebra | Implementation of an RDF-based relational algebra. |
de.fuberlin.wiwiss.d2rq.engine |
Uses of BindingMaker in de.fuberlin.wiwiss.d2rq.algebra |
---|
Methods in de.fuberlin.wiwiss.d2rq.algebra that return types with arguments of type BindingMaker | |
---|---|
Collection<BindingMaker> |
CompatibleRelationGroup.bindingMakers()
|
Methods in de.fuberlin.wiwiss.d2rq.algebra with parameters of type BindingMaker | |
---|---|
void |
CompatibleRelationGroup.addBindingMaker(Relation relation,
BindingMaker bindingMaker)
|
Uses of BindingMaker in de.fuberlin.wiwiss.d2rq.engine |
---|
Methods in de.fuberlin.wiwiss.d2rq.engine that return BindingMaker | |
---|---|
static BindingMaker |
BindingMaker.createFor(NodeRelation relation)
|
BindingMaker |
BindingMaker.makeConditional(ProjectionSpec condition)
|
Method parameters in de.fuberlin.wiwiss.d2rq.engine with type arguments of type BindingMaker | |
---|---|
static QueryIterator |
QueryIterTableSQL.create(Relation relation,
Collection<BindingMaker> bindingMakers,
ExecutionContext execCxt)
Creates an instance, or a simpler QueryIterator if optimization is possible (e.g., the relation is empty). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |