|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Aggregator
Describes an aggregation operator, such as "sum" or "count".
FunDef
,
Evaluator
Method Summary | |
---|---|
Object |
aggregate(Evaluator evaluator,
List members,
Calc calc)
Applies this aggregator to an expression over a set of members and returns the result. |
Aggregator |
getRollup()
Returns the aggregator used to combine sub-totals into a grand-total. |
Method Detail |
---|
Aggregator getRollup()
Object aggregate(Evaluator evaluator, List members, Calc calc)
evaluator
- Evaluation contextmembers
- List of members, not nullcalc
- Expression to evaluate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |