Package | Description |
---|---|
com.espertech.esper.epl.agg.factory |
Aggregator factories
|
Modifier and Type | Field and Description |
---|---|
protected ExprAvgNode |
AggregationMethodFactoryAvg.parent |
Modifier and Type | Method and Description |
---|---|
AggregationMethodFactory |
AggregationFactoryFactoryDefault.makeAvg(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAvgNode exprAvgNode,
Class childType,
MathContext optionalMathContext) |
AggregationMethodFactory |
AggregationFactoryFactory.makeAvg(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAvgNode exprAvgNode,
Class childType,
MathContext optionalMathContext) |
Constructor and Description |
---|
AggregationMethodFactoryAvg(ExprAvgNode parent,
Class childType,
MathContext optionalMathContext) |