Class AggregationStateCountMinSketchForge
java.lang.Object
com.espertech.esper.common.internal.epl.agg.access.countminsketch.AggregationStateCountMinSketchForge
- All Implemented Interfaces:
AggregationStateFactoryForge
public class AggregationStateCountMinSketchForge
extends Object
implements AggregationStateFactoryForge
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AggregatorAccessCountMinSketch
protected final ExprAggMultiFunctionCountMinSketchNode
protected final CountMinSketchSpecForge
-
Constructor Summary
ConstructorDescriptionAggregationStateCountMinSketchForge
(ExprAggMultiFunctionCountMinSketchNode parent, CountMinSketchSpecForge specification) -
Method Summary
Modifier and TypeMethodDescriptioncodegenGetAccessTableState
(int column, CodegenMethodScope parent, CodegenClassScope classScope)
-
Field Details
-
parent
-
specification
-
aggregator
-
-
Constructor Details
-
AggregationStateCountMinSketchForge
public AggregationStateCountMinSketchForge(ExprAggMultiFunctionCountMinSketchNode parent, CountMinSketchSpecForge specification)
-
-
Method Details
-
getAggregator
- Specified by:
getAggregator
in interfaceAggregationStateFactoryForge
-
codegenGetAccessTableState
public CodegenExpression codegenGetAccessTableState(int column, CodegenMethodScope parent, CodegenClassScope classScope) - Specified by:
codegenGetAccessTableState
in interfaceAggregationStateFactoryForge
-
getExpression
- Specified by:
getExpression
in interfaceAggregationStateFactoryForge
-