|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.saffron.rel.AggregateRel.Call
Field Summary | |
(package private) Aggregation |
aggregation
|
(package private) int[] |
args
|
Constructor Summary | |
AggregateRel.Call(Aggregation aggregation,
int[] args)
|
Method Summary | |
boolean |
equals(Object o)
|
Aggregation |
getAggregation()
|
int[] |
getArgs()
|
void |
implementNext(RelImplementor implementor,
SaffronRel rel,
Expression accumulator)
|
Expression |
implementResult(Expression accumulator)
Generates the expression to retrieve the result of this aggregation. |
Expression |
implementStart(RelImplementor implementor,
SaffronRel rel)
|
Expression |
implementStartAndNext(RelImplementor implementor,
SaffronRel 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 AggregateRel.Call(Aggregation aggregation, int[] args)
Method Detail |
public Aggregation getAggregation()
public int[] getArgs()
public boolean equals(Object o)
equals
in class Object
public void implementNext(RelImplementor implementor, SaffronRel rel, Expression accumulator)
public Expression implementResult(Expression accumulator)
public Expression implementStart(RelImplementor implementor, SaffronRel rel)
public Expression implementStartAndNext(RelImplementor implementor, SaffronRel rel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |