Package | Description |
---|---|
com.espertech.esper.epl.agg.factory |
Aggregator factories
|
com.espertech.esper.epl.expression.accessagg |
Access-aggregation expressions.
|
Modifier and Type | Field and Description |
---|---|
protected ExprAggCountMinSketchNode |
AggregationStateFactoryCountMinSketch.parent |
Modifier and Type | Method and Description |
---|---|
ExprAggCountMinSketchNode |
AggregationStateFactoryCountMinSketch.getParent() |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryCountMinSketch |
AggregationFactoryFactoryDefault.makeCountMinSketch(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggCountMinSketchNode expr,
CountMinSketchSpec specification) |
AggregationStateFactoryCountMinSketch |
AggregationFactoryFactory.makeCountMinSketch(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggCountMinSketchNode expr,
CountMinSketchSpec specification) |
Constructor and Description |
---|
AggregationStateFactoryCountMinSketch(ExprAggCountMinSketchNode parent,
CountMinSketchSpec specification) |
Modifier and Type | Field and Description |
---|---|
protected ExprAggCountMinSketchNode |
ExprAggCountMinSketchNodeFactoryBase.parent |
Modifier and Type | Method and Description |
---|---|
ExprAggCountMinSketchNode |
ExprAggCountMinSketchNodeFactoryBase.getParent() |
Constructor and Description |
---|
ExprAggCountMinSketchNodeFactoryBase(ExprAggCountMinSketchNode parent) |
ExprAggCountMinSketchNodeFactoryUse(ExprAggCountMinSketchNode parent,
ExprEvaluator addOrFrequencyEvaluator,
Class addOrFrequencyEvaluatorReturnType) |