Class AggregationStateLinearForge
java.lang.Object
com.espertech.esper.common.internal.epl.agg.access.linear.AggregationStateLinearForge
- All Implemented Interfaces:
AggregationStateFactoryForge
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ExprAggMultiFunctionLinearAccessNode
protected final ExprForge
protected final int
-
Constructor Summary
ConstructorDescriptionAggregationStateLinearForge
(ExprAggMultiFunctionLinearAccessNode expr, int streamNum, ExprForge optionalFilter, boolean join) -
Method Summary
Modifier and TypeMethodDescriptioncodegenGetAccessTableState
(int column, CodegenMethodScope parent, CodegenClassScope classScope) int
-
Field Details
-
expr
-
streamNum
protected final int streamNum -
optionalFilter
-
-
Constructor Details
-
AggregationStateLinearForge
public AggregationStateLinearForge(ExprAggMultiFunctionLinearAccessNode expr, int streamNum, ExprForge optionalFilter, boolean join)
-
-
Method Details
-
codegenGetAccessTableState
public CodegenExpression codegenGetAccessTableState(int column, CodegenMethodScope parent, CodegenClassScope classScope) - Specified by:
codegenGetAccessTableState
in interfaceAggregationStateFactoryForge
-
getAggregator
- Specified by:
getAggregator
in interfaceAggregationStateFactoryForge
-
getStreamNum
public int getStreamNum() -
getOptionalFilter
-
getAggregatorLinear
-
getEventType
-
getExpression
- Specified by:
getExpression
in interfaceAggregationStateFactoryForge
-