|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InnerJoinOp | |
---|---|
org.d2rq.algebra | |
org.d2rq.db | |
org.d2rq.db.op | |
org.d2rq.db.op.util |
Uses of InnerJoinOp in org.d2rq.algebra |
---|
Methods in org.d2rq.algebra with parameters of type InnerJoinOp | |
---|---|
boolean |
NodeRelationProjecter.visitEnter(InnerJoinOp original)
|
boolean |
NodeRelationOrderer.visitEnter(InnerJoinOp original)
|
DatabaseOp |
NodeRelationProjecter.visitLeave(InnerJoinOp original,
Collection<NamedOp> newChildren)
TODO: Can we push parts of the projection down into the join? |
DatabaseOp |
NodeRelationOrderer.visitLeave(InnerJoinOp original,
Collection<NamedOp> newChildren)
|
Uses of InnerJoinOp in org.d2rq.db |
---|
Methods in org.d2rq.db with parameters of type InnerJoinOp | |
---|---|
void |
SelectStatementBuilder.visitLeave(InnerJoinOp table)
|
Uses of InnerJoinOp in org.d2rq.db.op |
---|
Methods in org.d2rq.db.op with parameters of type InnerJoinOp | |
---|---|
boolean |
OpVisitor.visitEnter(InnerJoinOp table)
|
boolean |
OpVisitor.Default.visitEnter(InnerJoinOp table)
|
void |
OpVisitor.visitLeave(InnerJoinOp table)
|
void |
OpVisitor.Default.visitLeave(InnerJoinOp table)
|
Uses of InnerJoinOp in org.d2rq.db.op.util |
---|
Methods in org.d2rq.db.op.util with parameters of type InnerJoinOp | |
---|---|
boolean |
OpSelecter.visitEnter(InnerJoinOp original)
|
boolean |
OpMutator.visitEnter(InnerJoinOp original)
|
DatabaseOp |
OpSelecter.visitLeave(InnerJoinOp original,
Collection<NamedOp> newChildren)
|
DatabaseOp |
OpRenamer.visitLeave(InnerJoinOp table,
Collection<NamedOp> children)
|
DatabaseOp |
OpMutator.visitLeave(InnerJoinOp original,
Collection<NamedOp> newChildren)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |