|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--saffron.rel.Aggregate.Call
Field Summary | |
(package private) Aggregation |
aggregation
|
(package private) int[] |
args
|
Constructor Summary | |
Aggregate.Call(Aggregation aggregation,
int[] args)
|
Method Summary | |
boolean |
equals(Object o)
|
Aggregation |
getAggregation()
|
int[] |
getArgs()
|
void |
implementNext(Implementor implementor,
Rel rel,
Expression accumulator)
|
Expression |
implementResult(Expression accumulator)
Generates the expression to retrieve the result of this aggregation. |
Expression |
implementStart(Implementor implementor,
Rel rel)
|
Expression |
implementStartAndNext(Implementor implementor,
Rel rel)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Aggregation aggregation
int[] args
Constructor Detail |
public Aggregate.Call(Aggregation aggregation, int[] args)
Method Detail |
public Aggregation getAggregation()
public int[] getArgs()
public boolean equals(Object o)
equals
in class Object
public Expression implementStart(Implementor implementor, Rel rel)
public Expression implementStartAndNext(Implementor implementor, Rel rel)
public void implementNext(Implementor implementor, Rel rel, Expression accumulator)
public Expression implementResult(Expression accumulator)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |