|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedOp | |
---|---|
org.d2rq.algebra | |
org.d2rq.db.op | |
org.d2rq.db.op.util | |
org.d2rq.db.renamer |
Uses of NamedOp in org.d2rq.algebra |
---|
Method parameters in org.d2rq.algebra with type arguments of type NamedOp | |
---|---|
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 NamedOp in org.d2rq.db.op |
---|
Subclasses of NamedOp in org.d2rq.db.op | |
---|---|
class |
AliasOp
|
class |
TableOp
|
Methods in org.d2rq.db.op that return types with arguments of type NamedOp | |
---|---|
Collection<NamedOp> |
InnerJoinOp.getTables()
|
Methods in org.d2rq.db.op with parameters of type NamedOp | |
---|---|
int |
NamedOp.compareTo(NamedOp other)
Relations without schema are less than relations with schema. |
static DatabaseOp |
InnerJoinOp.join(NamedOp table1,
NamedOp table2,
Key key1,
Key key2)
|
Method parameters in org.d2rq.db.op with type arguments of type NamedOp | |
---|---|
static DatabaseOp |
InnerJoinOp.join(Collection<NamedOp> tables,
Set<ColumnListEquality> joinConditions)
|
Uses of NamedOp in org.d2rq.db.op.util |
---|
Method parameters in org.d2rq.db.op.util with type arguments of type NamedOp | |
---|---|
DatabaseOp |
OpSelecter.visitLeave(InnerJoinOp original,
Collection<NamedOp> newChildren)
|
DatabaseOp |
OpRenamer.visitLeave(InnerJoinOp table,
Collection<NamedOp> children)
|
DatabaseOp |
OpMutator.visitLeave(InnerJoinOp original,
Collection<NamedOp> newChildren)
|
Uses of NamedOp in org.d2rq.db.renamer |
---|
Methods in org.d2rq.db.renamer that return NamedOp | |
---|---|
NamedOp |
ColumnRenamer.applyTo(NamedOp table)
|
Methods in org.d2rq.db.renamer with parameters of type NamedOp | |
---|---|
NamedOp |
ColumnRenamer.applyTo(NamedOp table)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |