public abstract class AggregationServiceFactoryBase extends Object implements AggregationServiceFactory
Modifier and Type | Field and Description |
---|---|
protected AggregationMethodFactory[] |
aggregators
Prototype aggregation states and factories.
|
protected ExprEvaluator[] |
evaluators
Evaluation nodes under.
|
Constructor and Description |
---|
AggregationServiceFactoryBase(ExprEvaluator[] evaluators,
AggregationMethodFactory[] aggregators)
Ctor.
|
protected ExprEvaluator[] evaluators
protected AggregationMethodFactory[] aggregators
public AggregationServiceFactoryBase(ExprEvaluator[] evaluators, AggregationMethodFactory[] aggregators)
evaluators
- - are the child node of each aggregation function used for computing the value to be aggregatedaggregators
- - aggregation states/factories